mbox series

[V1,0/2] modify igb and igc nic pktsize

Message ID 20210430154813.15699-1-linglix.chen@intel.com (mailing list archive)
Headers
Series modify igb and igc nic pktsize |

Message

Lingli Chen April 30, 2021, 3:48 p.m. UTC
  1.According to dpdk commit ddbc8c16a97f ("net/e1000: fix max Rx packet size"): modify shutdown_api/enable_disablejumbo igb pktSize.
2.According to dpdk-26436:If LPE is 1b,the maximum packet size that Foxville can receive is defined in the RLPML.RLPML register.The RLPML.RLPML register was set to MTU + 14 + 4 bytes (must consider at lease 1 VLAN tag since VLAN tag is not included in MTU).
modify tests/mtu_update igb and igc critical values.

Lingli Chen (2):
  tests/mtu_update: modify igb and igc critical values
  tests/shutdown_api: modify igb pktSize

 tests/TestSuite_mtu_update.py   | 19 +++++++++++++------
 tests/TestSuite_shutdown_api.py |  4 ++--
 2 files changed, 15 insertions(+), 8 deletions(-)
  

Comments

Lingli Chen April 30, 2021, 7:18 a.m. UTC | #1
> -----Original Message-----
> From: Chen, LingliX <linglix.chen@intel.com>
> Sent: Friday, April 30, 2021 11:48 PM
> To: dts@dpdk.org
> Cc: Chen, LingliX <linglix.chen@intel.com>
> Subject: [dts][PATCH V1 0/2] modify igb and igc nic pktsize
> 
Tested-by: Lingli Chen <linglix.chen@intel.com>
  
Tu, Lijuan May 25, 2021, 5:38 a.m. UTC | #2
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Lingli Chen
> Sent: 2021年4月30日 23:48
> To: dts@dpdk.org
> Cc: Chen, LingliX <linglix.chen@intel.com>
> Subject: [dts] [PATCH V1 0/2] modify igb and igc nic pktsize
> 
> 1.According to dpdk commit ddbc8c16a97f ("net/e1000: fix max Rx packet size"):
> modify shutdown_api/enable_disablejumbo igb pktSize.
> 2.According to dpdk-26436:If LPE is 1b,the maximum packet size that Foxville
> can receive is defined in the RLPML.RLPML register.The RLPML.RLPML register
> was set to MTU + 14 + 4 bytes (must consider at lease 1 VLAN tag since VLAN
> tag is not included in MTU).
> modify tests/mtu_update igb and igc critical values.
> 
> Lingli Chen (2):
>   tests/mtu_update: modify igb and igc critical values
>   tests/shutdown_api: modify igb pktSize
> 
>  tests/TestSuite_mtu_update.py   | 19 +++++++++++++------
>  tests/TestSuite_shutdown_api.py |  4 ++--
>  2 files changed, 15 insertions(+), 8 deletions(-)
> 
> --
> 2.17.1

Applied, please mind your length of commit message, it should be less than 74.