DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Jan Remeš" <remes@netcope.com>
To: Ferruh Yigit <ferruh.yigit@intel.com>
Cc: jerin.jacob@caviumnetworks.com, wenzhuo.lu@intel.com,
	 jingjing.wu@intel.com, bernard.iremonger@intel.com,
	john.mcnamara@intel.com,  marko.kovacevic@intel.com,
	qi.z.zhang@intel.com, xiao.w.wang@intel.com,
	 nhorman@tuxdriver.com, remy.horton@intel.com,
	orika@mellanox.com,  bruce.richardson@intel.com,
	pablo.de.lara.guarch@intel.com,  radu.nicolau@intel.com,
	akhil.goyal@nxp.com, tomasz.kantecki@intel.com,
	 linville@tuxdriver.com, allain.legacy@windriver.com,
	 matt.peters@windriver.com, ravi1.kumar@amd.com,
	ajit.khaparde@broadcom.com,  somnath.kotur@broadcom.com,
	rahul.lakkireddy@chelsio.com,  hemant.agrawal@nxp.com,
	shreyansh.jain@nxp.com, johndale@cisco.com,  hyonkim@cisco.com,
	gaetan.rivet@6wind.com, beilei.xing@intel.com,
	 konstantin.ananyev@intel.com, matan@mellanox.com,
	shahafs@mellanox.com,  yskoh@mellanox.com, tdu@semihalf.com,
	dima@marvell.com, nsamsono@marvell.com,  sthemmin@microsoft.com,
	kys@microsoft.com, haiyangz@microsoft.com,
	 alejandro.lucero@netronome.com, mtetsuyah@gmail.com,
	 santosh.shukla@caviumnetworks.com, rasesh.mody@cavium.com,
	 harish.patil@cavium.com, shahed.shaikh@cavium.com,
	arybchenko@solarflare.com,  jasvinder.singh@intel.com,
	cristian.dumitrescu@intel.com,  keith.wiles@intel.com,
	maciej.czekaj@caviumnetworks.com,  maxime.coquelin@redhat.com,
	tiwei.bie@intel.com, zhihong.wang@intel.com,
	 yongwang@vmware.com, amr.mokhtar@intel.com,
	declan.doherty@intel.com,  chas3@att.com, david.hunt@intel.com,
	anatoly.burakov@intel.com,  harry.van.haaren@intel.com,
	xiaoyun.li@intel.com,  Thomas Monjalon <thomas@monjalon.net>,
	dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v2] ethdev: make default behavior CRC strip on Rx
Date: Mon, 10 Sep 2018 12:40:04 +0200	[thread overview]
Message-ID: <CAAnEdtAifUkqYuFV5SjgdGsnxbVWHGLQDK5h4CFyBh5Xn-tyQA@mail.gmail.com> (raw)
In-Reply-To: <20180904101257.61129-1-ferruh.yigit@intel.com>

For szedata2:

Acked-by: Jan Remes <remes@netcope.com>

Thanks, Jan

> --- a/drivers/net/szedata2/rte_eth_szedata2.c
> +++ b/drivers/net/szedata2/rte_eth_szedata2.c
> @@ -1056,8 +1056,7 @@ eth_dev_info(struct rte_eth_dev *dev,
>         dev_info->max_rx_queues = internals->max_rx_queues;
>         dev_info->max_tx_queues = internals->max_tx_queues;
>         dev_info->min_rx_bufsize = 0;
> -       dev_info->rx_offload_capa = DEV_RX_OFFLOAD_SCATTER |
> -                                   DEV_RX_OFFLOAD_CRC_STRIP;
> +       dev_info->rx_offload_capa = DEV_RX_OFFLOAD_SCATTER;
>         dev_info->tx_offload_capa = 0;
>         dev_info->rx_queue_offload_capa = 0;
>         dev_info->tx_queue_offload_capa = 0;

  parent reply	other threads:[~2018-09-10 10:40 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-03 14:45 [dpdk-dev] [PATCH] " Ferruh Yigit
2018-09-03 13:59 ` Andrew Rybchenko
2018-09-04  5:13 ` Shahaf Shuler
2018-09-04  5:17 ` Shahaf Shuler
2018-09-04  5:54   ` Andrew Rybchenko
2018-09-04  8:06     ` Ferruh Yigit
2018-09-04  6:29 ` Tomasz Duszynski
2018-09-04 10:12 ` [dpdk-dev] [PATCH v2] " Ferruh Yigit
2018-09-04 10:02   ` Shahaf Shuler
2018-09-14 11:37     ` Ferruh Yigit
2018-09-19  7:34       ` David Marchand
2018-09-19 18:04         ` Ferruh Yigit
2018-09-10  7:13   ` Maxime Coquelin
2018-09-10 10:40   ` Jan Remeš [this message]
2018-09-10 11:34   ` Jerin Jacob
2018-09-18 13:05     ` Legacy, Allain
2018-09-11  8:05   ` Hyong Youb Kim
2018-09-24 17:31   ` [dpdk-dev] [PATCH] doc: announce CRC strip changes in release notes Ferruh Yigit
2018-09-24 17:01     ` Thomas Monjalon
2018-09-24 17:12     ` David Marchand
2018-09-25 15:03       ` Ferruh Yigit

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=CAAnEdtAifUkqYuFV5SjgdGsnxbVWHGLQDK5h4CFyBh5Xn-tyQA@mail.gmail.com \
    --to=remes@netcope.com \
    --cc=ajit.khaparde@broadcom.com \
    --cc=akhil.goyal@nxp.com \
    --cc=alejandro.lucero@netronome.com \
    --cc=allain.legacy@windriver.com \
    --cc=amr.mokhtar@intel.com \
    --cc=anatoly.burakov@intel.com \
    --cc=arybchenko@solarflare.com \
    --cc=beilei.xing@intel.com \
    --cc=bernard.iremonger@intel.com \
    --cc=bruce.richardson@intel.com \
    --cc=chas3@att.com \
    --cc=cristian.dumitrescu@intel.com \
    --cc=david.hunt@intel.com \
    --cc=declan.doherty@intel.com \
    --cc=dev@dpdk.org \
    --cc=dima@marvell.com \
    --cc=ferruh.yigit@intel.com \
    --cc=gaetan.rivet@6wind.com \
    --cc=haiyangz@microsoft.com \
    --cc=harish.patil@cavium.com \
    --cc=harry.van.haaren@intel.com \
    --cc=hemant.agrawal@nxp.com \
    --cc=hyonkim@cisco.com \
    --cc=jasvinder.singh@intel.com \
    --cc=jerin.jacob@caviumnetworks.com \
    --cc=jingjing.wu@intel.com \
    --cc=john.mcnamara@intel.com \
    --cc=johndale@cisco.com \
    --cc=keith.wiles@intel.com \
    --cc=konstantin.ananyev@intel.com \
    --cc=kys@microsoft.com \
    --cc=linville@tuxdriver.com \
    --cc=maciej.czekaj@caviumnetworks.com \
    --cc=marko.kovacevic@intel.com \
    --cc=matan@mellanox.com \
    --cc=matt.peters@windriver.com \
    --cc=maxime.coquelin@redhat.com \
    --cc=mtetsuyah@gmail.com \
    --cc=nhorman@tuxdriver.com \
    --cc=nsamsono@marvell.com \
    --cc=orika@mellanox.com \
    --cc=pablo.de.lara.guarch@intel.com \
    --cc=qi.z.zhang@intel.com \
    --cc=radu.nicolau@intel.com \
    --cc=rahul.lakkireddy@chelsio.com \
    --cc=rasesh.mody@cavium.com \
    --cc=ravi1.kumar@amd.com \
    --cc=remy.horton@intel.com \
    --cc=santosh.shukla@caviumnetworks.com \
    --cc=shahafs@mellanox.com \
    --cc=shahed.shaikh@cavium.com \
    --cc=shreyansh.jain@nxp.com \
    --cc=somnath.kotur@broadcom.com \
    --cc=sthemmin@microsoft.com \
    --cc=tdu@semihalf.com \
    --cc=thomas@monjalon.net \
    --cc=tiwei.bie@intel.com \
    --cc=tomasz.kantecki@intel.com \
    --cc=wenzhuo.lu@intel.com \
    --cc=xiao.w.wang@intel.com \
    --cc=xiaoyun.li@intel.com \
    --cc=yongwang@vmware.com \
    --cc=yskoh@mellanox.com \
    --cc=zhihong.wang@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).