Re: [dpdk-dev] [PATCH] net/sfc: fix incorrect rebase during development

2017-03-23 Thread Ferruh Yigit
On 3/23/2017 8:24 AM, Andrew Rybchenko wrote: > Patch which factors out libefx-based Tx datapath was incorrectly > rebased during development over patch which removes > RTE_LIBRTE_SFC_EFX_TSO config option. > > Fixes: c5a7da9b5d10 ("net/sfc: factor out libefx-based Tx datapath") > > Signed-off-by

[dpdk-dev] [PATCH] net/sfc: fix incorrect rebase during development

2017-03-23 Thread Andrew Rybchenko
Patch which factors out libefx-based Tx datapath was incorrectly rebased during development over patch which removes RTE_LIBRTE_SFC_EFX_TSO config option. Fixes: c5a7da9b5d10 ("net/sfc: factor out libefx-based Tx datapath") Signed-off-by: Andrew Rybchenko --- Please, squash the patch into c5a7da