You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now as the mpc is initialized for P7 platform regardless
of mpc=1 devarg, RTE and bnxt argument processing APIs
for mpc devarg are redundant. This patch removes such RTE
and bnxt APIs. The "mpc=1" devarg is now invalid and should
not be used while launching an application.
Before:
./dpdk-testpmd -c 0xff -a 0000:0a:00.0,mpc=1,app-id=0
After:
./dpdk-testpmd -c 0xff -a 0000:0a:00.0,app-id=0
Signed-off-by: Sangtani Parag Satishbhai <[email protected]>
Reviewed-by: Ajit Khaparde <[email protected]>
0 commit comments