Re: [dpdk-dev] [PATCH v4 12/26] net/bnxt: add support to set MTU

2017-06-06 Thread Ferruh Yigit
On 6/6/2017 3:00 PM, Ajit Khaparde wrote: > Ferruh, if it save times, can you please do that. Done. > > Thanks > Ajit > > On Tue, Jun 6, 2017 at 7:47 AM, Ferruh Yigit wrote: > >> On 6/1/2017 6:07 PM, Ajit Khaparde wrote: >>> This patch adds support to modify MTU using the set_mtu dev_op. >>>

Re: [dpdk-dev] [PATCH v4 12/26] net/bnxt: add support to set MTU

2017-06-06 Thread Ajit Khaparde
Ferruh, if it save times, can you please do that. Thanks Ajit On Tue, Jun 6, 2017 at 7:47 AM, Ferruh Yigit wrote: > On 6/1/2017 6:07 PM, Ajit Khaparde wrote: > > This patch adds support to modify MTU using the set_mtu dev_op. > > To support frames > 2k, the PMD creates an aggregator ring. > > W

Re: [dpdk-dev] [PATCH v4 12/26] net/bnxt: add support to set MTU

2017-06-06 Thread Ferruh Yigit
On 6/1/2017 6:07 PM, Ajit Khaparde wrote: > This patch adds support to modify MTU using the set_mtu dev_op. > To support frames > 2k, the PMD creates an aggregator ring. > When a frame greater than 2k is received, it is fragmented > and the resulting fragments are DMA'ed to the aggregator ring. > N

[dpdk-dev] [PATCH v4 12/26] net/bnxt: add support to set MTU

2017-06-01 Thread Ajit Khaparde
This patch adds support to modify MTU using the set_mtu dev_op. To support frames > 2k, the PMD creates an aggregator ring. When a frame greater than 2k is received, it is fragmented and the resulting fragments are DMA'ed to the aggregator ring. Now the driver can support jumbo frames upto 9500 byt