Re: [dpdk-dev] [PATCH v6] ethdev: add max LRO packet size

2019-11-10 Thread Ananyev, Konstantin
> > From: Dekel Peled > > The maximum supported aggregated packet size for LRO > is advertised in rte_eth_dev_info. > For some devices, max_lro_pktlen may be different of > the basic max_rx_pktlen property. > > Various PMDs supporting LRO are updated. > > Signed-off-by: Dekel Peled > Signed

[dpdk-dev] [PATCH v6] ethdev: add max LRO packet size

2019-11-08 Thread Thomas Monjalon
From: Dekel Peled The maximum supported aggregated packet size for LRO is advertised in rte_eth_dev_info. For some devices, max_lro_pktlen may be different of the basic max_rx_pktlen property. Various PMDs supporting LRO are updated. Signed-off-by: Dekel Peled Signed-off-by: Thomas Monjalon -