DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Yang, Qiming" <qiming.yang@intel.com>
To: "Zhao1, Wei" <wei.zhao1@intel.com>,
	"Rong, Leyi" <leyi.rong@intel.com>,
	"Ye, Xiaolong" <xiaolong.ye@intel.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH 0/3] some update on CVL shared code
Date: Thu, 27 Jun 2019 02:05:29 +0000	[thread overview]
Message-ID: <F5DF4F0E3AFEF648ADC1C3C33AD4DBF17A4ED90A@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <A2573D2ACFCADC41BB3BE09C6DE313CA07F103E2@PGSMSX103.gar.corp.intel.com>

Please saw the compile error in community. Not x86_64 gcc.

> -----Original Message-----
> From: Zhao1, Wei
> Sent: Wednesday, June 26, 2019 5:36 PM
> To: Yang, Qiming <qiming.yang@intel.com>; Rong, Leyi
> <leyi.rong@intel.com>; Ye, Xiaolong <xiaolong.ye@intel.com>
> Cc: dev@dpdk.org
> Subject: RE: [PATCH 0/3] some update on CVL shared code
> 
> Hi, Qiming
> 
>   I do not have any error in building these patch, is it related to OS version?
> 
> 
> > -----Original Message-----
> > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Yang, Qiming
> > Sent: Wednesday, June 26, 2019 1:30 PM
> > To: Rong, Leyi <leyi.rong@intel.com>; Ye, Xiaolong
> > <xiaolong.ye@intel.com>
> > Cc: dev@dpdk.org
> > Subject: Re: [dpdk-dev] [PATCH 0/3] some update on CVL shared code
> >
> > Hi, Leyi
> > Seems still have compile issue. Like,
> > /tmp/SUSE15-64_K4.12.14_Clang5.0.1/x86_64-native-linuxapp-
> >
> clang/251e3d92c8954331a686b2e9a9b73e2a/dpdk/drivers/net/ice/base/ice_
> s
> > witch.c:4636:18: error: comparison of constant 16 with expression of
> > type 'enum ice_protocol_type' is always true
> > [-Werror,-Wtautological-constant-out-
> > of-range-compare]
> >                     rule->type < ARRAY_SIZE(ice_prot_ext)) {
> >                     ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~
> > 1 error generated.
> >
> > Qiming
> > > -----Original Message-----
> > > From: Rong, Leyi
> > > Sent: Wednesday, June 26, 2019 10:30 AM
> > > To: Ye, Xiaolong <xiaolong.ye@intel.com>; Yang, Qiming
> > > <qiming.yang@intel.com>
> > > Cc: dev@dpdk.org; Rong, Leyi <leyi.rong@intel.com>
> > > Subject: [PATCH 0/3] some update on CVL shared code
> > >
> > > Main changes:
> > > 1. Add support for IPv6 based switch filters 2. Add support for
> > > ethertype switch filters 3. fix inner L2 offset in GRE dummy packet
> > >
> > > Leyi Rong (3):
> > >   net/ice/base: add support for IPv6 based switch filters
> > >   net/ice/base: add support for ethertype switch filters
> > >   net/ice/base: fix inner L2 offset in GRE dummy packet
> > >
> > >  drivers/net/ice/base/ice_protocol_type.h |  22 +++--
> > >  drivers/net/ice/base/ice_switch.c        | 117 +++++++++++++++++++++--
> > >  2 files changed, 123 insertions(+), 16 deletions(-)
> > >
> > > --
> > > 2.17.1


  reply	other threads:[~2019-06-27  2:05 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-26  2:30 Leyi Rong
2019-06-26  2:30 ` [dpdk-dev] [PATCH 1/3] net/ice/base: add support for IPv6 based switch filters Leyi Rong
2019-06-26  2:30 ` [dpdk-dev] [PATCH 2/3] net/ice/base: add support for ethertype " Leyi Rong
2019-06-26  3:00   ` Zhao1, Wei
2019-06-26  2:30 ` [dpdk-dev] [PATCH 3/3] net/ice/base: fix inner L2 offset in GRE dummy packet Leyi Rong
2019-06-26  5:29 ` [dpdk-dev] [PATCH 0/3] some update on CVL shared code Yang, Qiming
2019-06-26  9:36   ` Zhao1, Wei
2019-06-27  2:05     ` Yang, Qiming [this message]
2019-07-01  5:04 ` [dpdk-dev] [PATCH v2 0/3] update ice code that were not working correctly Leyi Rong
2019-07-01  5:04   ` [dpdk-dev] [PATCH v2 1/3] net/ice/base: add support for IPv6 based switch filters Leyi Rong
2019-07-01  5:04   ` [dpdk-dev] [PATCH v2 2/3] net/ice/base: add support for ethertype " Leyi Rong
2019-07-01  5:04   ` [dpdk-dev] [PATCH v2 3/3] net/ice/base: fix inner L2 offset in GRE dummy packet Leyi Rong
2019-07-01  5:46   ` [dpdk-dev] [PATCH v2 0/3] update ice code that were not working correctly Zhang, Qi Z

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=F5DF4F0E3AFEF648ADC1C3C33AD4DBF17A4ED90A@SHSMSX101.ccr.corp.intel.com \
    --to=qiming.yang@intel.com \
    --cc=dev@dpdk.org \
    --cc=leyi.rong@intel.com \
    --cc=wei.zhao1@intel.com \
    --cc=xiaolong.ye@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 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).