Re: [dpdk-dev] [PATCH 1/6] net/null: fix secondary burst function selection

2020-04-07 Thread Ferruh Yigit
On 3/2/2020 5:36 PM, Ferruh Yigit wrote: > Secondary process uses the primary process device and while setting the > Rx/Tx functions it uses the device arguments from the secondary process > instead of the primary ones. > > This may cause primary and secondary process use different Rx/Tx > functio

[dpdk-dev] [PATCH 1/6] net/null: fix secondary burst function selection

2020-03-02 Thread Ferruh Yigit
Secondary process uses the primary process device and while setting the Rx/Tx functions it uses the device arguments from the secondary process instead of the primary ones. This may cause primary and secondary process use different Rx/Tx functions unintentionally. Fixes: bccc77a6a74a ("net/null: