All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: simei <simei.su@intel.com>
Cc: qi.z.zhang@intel.com, jingjing.wu@intel.com,
	adrien.mazarguil@6wind.com, dev@dpdk.org
Subject: Re: [dpdk-dev] [RFC,v2] ethdev: extend RSS offload types
Date: Mon, 29 Jul 2019 08:30:45 -0700	[thread overview]
Message-ID: <20190729083045.2217af98@hermes.lan> (raw)
In-Reply-To: <1564101350-98092-1-git-send-email-simei.su@intel.com>

On Fri, 26 Jul 2019 08:35:50 +0800
simei <simei.su@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)

  parent reply	other threads:[~2019-07-29 15:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-25 11:37 [dpdk-dev] [RFC] ethdev: extend RSS offload types simei
2019-07-26  0:35 ` [dpdk-dev] [RFC,v2] " simei
2019-07-26 10:21   ` Ferruh Yigit
2019-07-29  2:44   ` [dpdk-dev] [RFC,v3] " simei
2019-07-30  6:06     ` Ori Kam
2019-07-30  7:42       ` Adrien Mazarguil
2019-08-01  4:54     ` [dpdk-dev] [RFC,v4] " simei
2019-07-29 15:30   ` Stephen Hemminger [this message]
2019-07-30 15:50   ` [dpdk-dev] [RFC,v2] " Stephen Hemminger
2019-07-31  2:57     ` Su, Simei

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190729083045.2217af98@hermes.lan \
    --to=stephen@networkplumber.org \
    --cc=adrien.mazarguil@6wind.com \
    --cc=dev@dpdk.org \
    --cc=jingjing.wu@intel.com \
    --cc=qi.z.zhang@intel.com \
    --cc=simei.su@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.