[dpdk-dev] [RFC,v2] ethdev: extend RSS offload types

Stephen Hemminger stephen at networkplumber.org
Mon Jul 29 17:30:45 CEST 2019


On Fri, 26 Jul 2019 08:35:50 +0800
simei <simei.su at intel.com> wrote:

> +#define	ETH_RSS_INSET_L2_SRC       0x0400000000000000

This won't work on 32 bit systems you need to cast it or add a
unsigned long long modifier (ull or ULL)


More information about the dev mailing list