From: Jakub Kicinski <jakub.kicinski@netronome.com>
To: Vedang Patel <vedang.patel@intel.com>
Cc: netdev@vger.kernel.org, jeffrey.t.kirsher@intel.com,
davem@davemloft.net, jhs@mojatatu.com, xiyou.wangcong@gmail.com,
jiri@resnulli.us, intel-wired-lan@lists.osuosl.org,
vinicius.gomes@intel.com, l@dorileo.org, m-karicheri2@ti.com,
sergei.shtylyov@cogentembedded.com, eric.dumazet@gmail.com,
aaron.f.brown@intel.com
Subject: Re: [PATCH net-next v5 2/7] etf: Add skip_sock_check
Date: Mon, 24 Jun 2019 14:40:13 -0700 [thread overview]
Message-ID: <20190624144013.3168dde2@cakuba.netronome.com> (raw)
In-Reply-To: <1561138108-12943-3-git-send-email-vedang.patel@intel.com>
On Fri, 21 Jun 2019 10:28:23 -0700, Vedang Patel wrote:
> diff --git a/include/uapi/linux/pkt_sched.h b/include/uapi/linux/pkt_sched.h
> index 8b2f993cbb77..409d1616472d 100644
> --- a/include/uapi/linux/pkt_sched.h
> +++ b/include/uapi/linux/pkt_sched.h
> @@ -990,6 +990,7 @@ struct tc_etf_qopt {
> __u32 flags;
> #define TC_ETF_DEADLINE_MODE_ON BIT(0)
> #define TC_ETF_OFFLOAD_ON BIT(1)
> +#define TC_ETF_SKIP_SOCK_CHECK BIT(2)
> };
>
> enum {
I think build bot complained about the code not building on 32bit.
When you respin could you include a patch to remove the uses of BIT()
in UAPI? See: https://www.spinics.net/lists/netdev/msg579344.html
next prev parent reply other threads:[~2019-06-24 21:40 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-21 17:28 [PATCH net-next v5 0/7] net/sched: Add txtime-assist support for taprio Vedang Patel
2019-06-21 17:28 ` [PATCH net-next v5 1/7] igb: clear out skb->tstamp after reading the txtime Vedang Patel
2019-06-21 17:28 ` [PATCH net-next v5 2/7] etf: Add skip_sock_check Vedang Patel
2019-06-24 21:40 ` Jakub Kicinski [this message]
2019-06-24 23:34 ` Patel, Vedang
2019-06-21 17:28 ` [PATCH net-next v5 3/7] taprio: calculate cycle_time when schedule is installed Vedang Patel
2019-06-21 17:28 ` [PATCH net-next v5 4/7] taprio: Remove inline directive Vedang Patel
2019-06-21 17:28 ` [PATCH net-next v5 5/7] taprio: Add support for txtime-assist mode Vedang Patel
2019-06-23 3:29 ` kbuild test robot
2019-06-21 17:28 ` [PATCH net-next v5 6/7] taprio: make clock reference conversions easier Vedang Patel
2019-06-21 17:28 ` [PATCH net-next v5 7/7] taprio: Adjust timestamps for TCP packets Vedang Patel
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=20190624144013.3168dde2@cakuba.netronome.com \
--to=jakub.kicinski@netronome.com \
--cc=aaron.f.brown@intel.com \
--cc=davem@davemloft.net \
--cc=eric.dumazet@gmail.com \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=jeffrey.t.kirsher@intel.com \
--cc=jhs@mojatatu.com \
--cc=jiri@resnulli.us \
--cc=l@dorileo.org \
--cc=m-karicheri2@ti.com \
--cc=netdev@vger.kernel.org \
--cc=sergei.shtylyov@cogentembedded.com \
--cc=vedang.patel@intel.com \
--cc=vinicius.gomes@intel.com \
--cc=xiyou.wangcong@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).