Re: [dpdk-dev] [PATCH v2 1/2] net/sfc: choose datapaths after probe and before attach

2017-03-31 Thread Ferruh Yigit
On 3/29/2017 5:59 PM, Andrew Rybchenko wrote: > Datapath choice requires NIC capabilities knowledge and, therefore, > should be done after probe. Whereas NIC resources estimation needs > to know chosen datapath (e.g. if Tx datapath is going to use TSO). > > Fixes: 8221da743f58 ("net/sfc: factor ou

[dpdk-dev] [PATCH v2 1/2] net/sfc: choose datapaths after probe and before attach

2017-03-29 Thread Andrew Rybchenko
Datapath choice requires NIC capabilities knowledge and, therefore, should be done after probe. Whereas NIC resources estimation needs to know chosen datapath (e.g. if Tx datapath is going to use TSO). Fixes: 8221da743f58 ("net/sfc: factor out libefx-based Rx datapath") Signed-off-by: Andrew Rybc