On 1/12/2018 9:50 PM, Rasesh Mody wrote: > This patch adds support for handling run-time driver arguments. > We have removed config option for per VF Tx switching and added > a run-time argument vf_txswitch. By default, the VF Tx switching is > enabled however it can be disabled using run-time argument. > > Sample usage to disable per port VF Tx switching is something like... > > -w 05:00.0,vf_txswitch=0 -w 05:00.1,vf_txswitch=0
Fixes: 1282943aa05b ("net/qede: fix default config option") Cc: sta...@dpdk.org > > Signed-off-by: Rasesh Mody <rasesh.m...@cavium.com> Applied to dpdk-next-net/master, thanks.