Re: [dpdk-dev] [PATCH v2 6/7] net/e1000: set min and max MTU for igb devices

2019-03-27 Thread Zhang, Qi Z
...@networkplumber.org; Lu, Wenzhuo ; > > Xing, Beilei > > Subject: RE: [dpdk-dev] [PATCH v2 6/7] net/e1000: set min and max MTU > > for igb devices > > > > > > > > > > > > Hi Qi, > > > > > > > > > > > > &g

Re: [dpdk-dev] [PATCH v2 6/7] net/e1000: set min and max MTU for igb devices

2019-03-26 Thread Zhang, Qi Z
> -Original Message- > From: Ananyev, Konstantin > Sent: Tuesday, March 26, 2019 10:18 PM > To: Zhang, Qi Z ; Yigit, Ferruh > ; > Stokes, Ian ; dev@dpdk.org > Cc: step...@networkplumber.org; Lu, Wenzhuo ; Xing, > Beilei > Subject: RE: [dpdk-dev] [PATCH v2

Re: [dpdk-dev] [PATCH v2 6/7] net/e1000: set min and max MTU for igb devices

2019-03-26 Thread Ananyev, Konstantin
> > > > Hi Qi, > > > > > > > > > > On 3/22/2019 1:01 PM, Ian Stokes wrote: > > > > > This commit sets the min and max supported MTU values for igb > > > > > devices via the eth_igb_info_get() function. Min MTU supported is > > > > > set to ETHER_MIN_MTU and max mtu is calculated as the max packet

Re: [dpdk-dev] [PATCH v2 6/7] net/e1000: set min and max MTU for igb devices

2019-03-26 Thread Zhang, Qi Z
> -Original Message- > From: Ananyev, Konstantin > Sent: Tuesday, March 26, 2019 10:02 PM > To: Zhang, Qi Z ; Yigit, Ferruh > ; > Stokes, Ian ; dev@dpdk.org > Cc: step...@networkplumber.org; Lu, Wenzhuo ; Xing, > Beilei > Subject: RE: [dpdk-dev] [PATCH v2

Re: [dpdk-dev] [PATCH v2 6/7] net/e1000: set min and max MTU for igb devices

2019-03-26 Thread Ananyev, Konstantin
Hi Qi, > > > > On 3/22/2019 1:01 PM, Ian Stokes wrote: > > > This commit sets the min and max supported MTU values for igb devices > > > via the eth_igb_info_get() function. Min MTU supported is set to > > > ETHER_MIN_MTU and max mtu is calculated as the max packet length > > > supported minus th

Re: [dpdk-dev] [PATCH v2 6/7] net/e1000: set min and max MTU for igb devices

2019-03-26 Thread Zhang, Qi Z
> -Original Message- > From: Yigit, Ferruh > Sent: Monday, March 25, 2019 10:25 PM > To: Stokes, Ian ; dev@dpdk.org > Cc: step...@networkplumber.org; Lu, Wenzhuo ; > Ananyev, Konstantin ; Xing, Beilei > ; Zhang, Qi Z > Subject: Re: [dpdk-dev] [PATCH v2 6/7] ne

Re: [dpdk-dev] [PATCH v2 6/7] net/e1000: set min and max MTU for igb devices

2019-03-25 Thread Ferruh Yigit
On 3/22/2019 1:01 PM, Ian Stokes wrote: > This commit sets the min and max supported MTU values for igb devices > via the eth_igb_info_get() function. Min MTU supported is set to > ETHER_MIN_MTU and max mtu is calculated as the max packet length > supported minus the transport overhead. To aid in t

[dpdk-dev] [PATCH v2 6/7] net/e1000: set min and max MTU for igb devices

2019-03-22 Thread Ian Stokes
This commit sets the min and max supported MTU values for igb devices via the eth_igb_info_get() function. Min MTU supported is set to ETHER_MIN_MTU and max mtu is calculated as the max packet length supported minus the transport overhead. To aid in these calculations a new MACRO 'E1000_ETH_OVERHEA