Re: [dpdk-dev] [RFC] ethdev: use special speed for virtual Ethernet devices

2020-04-01 Thread Benoit Ganne (bganne)
Hi all, >> Alternatively, we could expand the meaning of ETH_SPEED_NUM_NONE: >> -#define ETH_SPEED_NUM_NONE 0 /**< Not defined */ >> +#define ETH_SPEED_NUM_NONE 0 /**< Not defined or unknown >> (virtual device) */ > Yes I agree with extending the comment for NONE. >> The special va

Re: [dpdk-dev] [RFC] ethdev: use special speed for virtual Ethernet devices

2020-04-01 Thread Thomas Monjalon
01/04/2020 11:33, Morten Brørup: > Thomas, Ferruh, Andrew (Ethernet API Maintainers), > > A command line option was recently added to set which speed a vNIC reports > when the link is up. This makes sense for Spanning Tree and other protocols > which depend on link speed. Please could you refer