DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jerin Jacob <jerinjacobk@gmail.com>
To: Pavan Nikhilesh <pbhagavatula@marvell.com>
Cc: Jerin Jacob <jerinj@marvell.com>,
	Thomas Monjalon <thomas@monjalon.net>,
	 David Marchand <david.marchand@redhat.com>,
	Shijith Thotton <sthotton@marvell.com>,
	 Nithin Dabilpuram <ndabilpuram@marvell.com>,
	Kiran Kumar K <kirankumark@marvell.com>,
	 Sunil Kumar Kori <skori@marvell.com>,
	Satha Rao <skoteshwar@marvell.com>,
	 Anatoly Burakov <anatoly.burakov@intel.com>,
	dpdk-dev <dev@dpdk.org>
Subject: Re: [PATCH 2/8] net/cnxk: add CN9K template Rx functions to build
Date: Thu, 20 Jan 2022 10:23:27 +0530	[thread overview]
Message-ID: <CALBAE1NAPvc4fP2V7zKAnO_PQ1iFO6GdKVbb1Mu-p37EgCB8qQ@mail.gmail.com> (raw)
In-Reply-To: <20211213082226.3646-2-pbhagavatula@marvell.com>

On Mon, Dec 13, 2021 at 1:52 PM <pbhagavatula@marvell.com> wrote:
>
> From: Pavan Nikhilesh <pbhagavatula@marvell.com>
>
> Add CN9K seggeregated Rx and event dequeue functions to build,

Fix typo

> add macros to make future modifications simpler.
>
> Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>

Please rebase to latest next-net-mrvl. There is a build issue now.

ccache gcc -Idrivers/libtmp_rte_net_cnxk.a.p -Idrivers -I../drivers
-Idrivers/net/cnxk -I../drivers/net/cnxk -Ilib/ethdev -I../lib/ethdev
-I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include
-Ilib/eal/linux/include -I../lib/
eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include
-Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal
-Ilib/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/metrics
-Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/n
et -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring
-I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci
-I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci
-Idrivers/bus/vdev -I../drivers/bus/vdev
 -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu
-Ilib/eventdev -I../lib/eventdev -Ilib/hash -I../lib/hash -Ilib/timer
-I../lib/timer -Ilib/security -I../lib/security -Idrivers/common/cnxk
-I../drivers/common/cnxk -Idrivers/mempoo
l/cnxk -I../drivers/mempool/cnxk -fdiagnostics-color=always
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include
rte_config.h -Wextra -Wcast-qual -Wdeprecated -Wformat
-Wformat-nonliteral -Wformat-security -Wmissing-declaratio
ns -Wmissing-prototypes -Wnested-externs -Wold-style-definition
-Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef
-Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned
-Wno-missing-field-initializers -Wno-zero-lengt
h-bounds -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API
-DALLOW_INTERNAL_API -Wno-format-truncation -flax-vector-conversions
-Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cnxk -MD -MQ
drivers/libtmp_rte_net_cnxk.a.p/net
_cnxk_cn9k_rx_select.c.o -MF
drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cn9k_rx_select.c.o.d -o
drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cn9k_rx_select.c.o -c
../drivers/net/cnxk/cn9k_rx_select.c
../drivers/net/cnxk/cn9k_rx_select.c: In function ‘cn9k_eth_set_rx_function’:
../drivers/net/cnxk/cn9k_rx_select.c:59:27: error:
"DEV_RX_OFFLOAD_SCATTER" is deprecated [-Werror]
   59 |                 if (dev->rx_offloads & DEV_RX_OFFLOAD_SCATTER)
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/cnxk/cn9k_rx_select.c:64:20: error:
"DEV_RX_OFFLOAD_SCATTER" is deprecated [-Werror]
   64 |         if (dev->rx_offloads & DEV_RX_OFFLOAD_SCATTER)
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  reply	other threads:[~2022-01-20  4:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-13  8:22 [PATCH 1/8] net/cnxk: add CN9K segregated Rx functions pbhagavatula
2021-12-13  8:22 ` [PATCH 2/8] net/cnxk: add CN9K template Rx functions to build pbhagavatula
2022-01-20  4:53   ` Jerin Jacob [this message]
2021-12-13  8:22 ` [PATCH 3/8] net/cnxk: add CN9K segregated Tx functions pbhagavatula
2021-12-13  8:22 ` [PATCH 4/8] net/cnxk: add CN9K template Tx functions to build pbhagavatula
2021-12-13  8:22 ` [PATCH 5/8] net/cnxk: add CN10K segregated Rx functions pbhagavatula
2021-12-13  8:22 ` [PATCH 6/8] net/cnxk: add CN10K template Rx functions to build pbhagavatula
2021-12-13  8:22 ` [PATCH 7/8] net/cnxk: add CN10K segregated Tx functions pbhagavatula
2021-12-13  8:22 ` [PATCH 8/8] net/cnxk: add CN10K template Tx functions to build pbhagavatula

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=CALBAE1NAPvc4fP2V7zKAnO_PQ1iFO6GdKVbb1Mu-p37EgCB8qQ@mail.gmail.com \
    --to=jerinjacobk@gmail.com \
    --cc=anatoly.burakov@intel.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.com \
    --cc=kirankumark@marvell.com \
    --cc=ndabilpuram@marvell.com \
    --cc=pbhagavatula@marvell.com \
    --cc=skori@marvell.com \
    --cc=skoteshwar@marvell.com \
    --cc=sthotton@marvell.com \
    --cc=thomas@monjalon.net \
    /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).