[dpdk-dev] [PATCH v3 0/7] add mtu and flow control handlers

2014-06-18 Thread Thomas Monjalon
2014-06-17 22:30, Ananyev, Konstantin: > > This patchset introduces 3 new ethdev operations: flow control parameters > > retrieval and mtu get/set operations. > > > > David Marchand (3): > > ethdev: add autoneg parameter in flow ctrl accessors > > ethdev: store min rx buffer size > >

[dpdk-dev] [PATCH v3 0/7] add mtu and flow control handlers

2014-06-17 Thread Ananyev, Konstantin
> This patchset introduces 3 new ethdev operations: flow control parameters > retrieval and mtu get/set operations. > > Changes since v1: > - compute min rx buffer size at ethdev level (to simplify pmd mtu checks) > - introduce enable_scatter rx mode so that we can advise pmd to configure >

[dpdk-dev] [PATCH v3 0/7] add mtu and flow control handlers

2014-06-17 Thread David Marchand
This patchset introduces 3 new ethdev operations: flow control parameters retrieval and mtu get/set operations. Changes since v1: - compute min rx buffer size at ethdev level (to simplify pmd mtu checks) - introduce enable_scatter rx mode so that we can advise pmd to configure scatter mode -