On Fri,  7 Sep 2018 18:21:43 +0300
Igor Russkikh <igor.russk...@aquantia.com> wrote:

> +
> +#define pif_rpf_rss_ipv4_hdr_only_i     (1 << 4)    //calc hash only in IPv4 
> header, regardless of presence of TCP
> +#define pif_rpf_rss_ipv4_tcp_hdr_only_i (1 << 3)    //calc hash only if TCP 
> header and IPv4
> +#define pif_rpf_rss_ipv6_hdr_only_i     (1 << 2)    //calc hash only in IPv6 
> header, regardless of presence of TCP
> +#define pif_rpf_rss_ipv6_tcp_hdr_only_i (1 << 1)    //calc hash only if TCP 
> header and IPv4
> +#define pif_rpf_rss_dont_use_udp_i      (1 << 0)    //bug 5124 - rss hashing 
> types - FIXME
> +

Please don't use C++ style comments

Reply via email to