From: Stephen Hemminger <stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org>
To: Helin Zhang <helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: dev-VfR2kkLFssw@public.gmane.org
Subject: Re: [PATCH v2 05/27] mbuf: add new packet flags for i40e
Date: Thu, 5 Jun 2014 08:30:05 -0700 [thread overview]
Message-ID: <20140605083005.7b1029f8@nehalam.linuxnetplumber.net> (raw)
In-Reply-To: <1401944951-23783-6-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
On Thu, 5 Jun 2014 13:08:49 +0800
Helin Zhang <helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> wrote:
> +#define PKT_RX_EIP_CKSUM_BAD 0x0000 /**< External IP header checksum error. */
> +#define PKT_RX_OVERSIZE 0x0000 /**< Num of desc of an RX pkt oversize. */
> +#define PKT_RX_HBUF_OVERFLOW 0x0000 /**< Header buffer overflow. */
> +#define PKT_RX_RECIP_ERR 0x0000 /**< Hardware processing error. */
> +#define PKT_RX_MAC_ERR 0x0000 /**< MAC error. */
Flags are useless if all zero!
next prev parent reply other threads:[~2014-06-05 15:30 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-05 5:08 [PATCH v2 00/27] Add i40e PMD support Helin Zhang
[not found] ` <1401944951-23783-1-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-06-05 5:08 ` [PATCH v2 01/27] i40e: add basic shared code Helin Zhang
2014-06-05 5:08 ` [PATCH v2 02/27] i40e: add PMD source files Helin Zhang
2014-06-05 5:08 ` [PATCH v2 03/27] pci: add macros and pci device IDs to support i40e Helin Zhang
2014-06-05 5:08 ` [PATCH v2 04/27] igb_uio: add i40e support Helin Zhang
2014-06-05 5:08 ` [PATCH v2 05/27] mbuf: add new packet flags for i40e Helin Zhang
[not found] ` <1401944951-23783-6-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-06-05 15:30 ` Stephen Hemminger [this message]
[not found] ` <F35DEAC7BCE34641BA9FAC6BCA4A12E70A735ACB@SHSMSX104.ccr.corp.intel.com>
[not found] ` <F35DEAC7BCE34641BA9FAC6BCA4A12E70A735ACB-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-06-12 1:38 ` Zhang, Helin
2014-06-05 5:08 ` [PATCH v2 06/27] ethdev: add i40e support Helin Zhang
2014-06-05 5:08 ` [PATCH v2 07/27] ethdev: support setting maximum packet length to less than 1518 Helin Zhang
2014-06-05 5:08 ` [PATCH v2 08/27] vmxnet3: enlarge the hash flags of RSS to 64 bits Helin Zhang
2014-06-05 5:08 ` [PATCH v2 09/27] ixgbe: " Helin Zhang
2014-06-05 5:08 ` [PATCH v2 10/27] igb: " Helin Zhang
2014-06-05 5:08 ` [PATCH v2 11/27] mk: add i40e support Helin Zhang
2014-06-05 5:08 ` [PATCH v2 12/27] config: add configurations for i40e Helin Zhang
2014-06-05 5:08 ` [PATCH v2 13/27] app/test-pmd: support displaying 32 bytes RX descriptors Helin Zhang
2014-06-05 5:08 ` [PATCH v2 14/27] app/test-pmd: add command of 'tx_vlan set pvid port_id vlan_id (on|off)' Helin Zhang
2014-06-05 5:08 ` [PATCH v2 15/27] app/testpmd: enlarge the hash flags of RSS to 64 bits Helin Zhang
2014-06-05 5:09 ` [PATCH v2 16/27] app/test-pmd: add L3 packet type in offload flags Helin Zhang
2014-06-05 5:09 ` [PATCH v2 17/27] examples/dpdk_qat: use ETH_RSS_IP to replace IP hash flags of RSS Helin Zhang
2014-06-05 5:09 ` [PATCH v2 18/27] examples/ip_reassembly: " Helin Zhang
2014-06-05 5:09 ` [PATCH v2 19/27] examples/l3fwd-power: " Helin Zhang
2014-06-05 5:09 ` [PATCH v2 20/27] examples/l3fwd-vf: " Helin Zhang
2014-06-05 5:09 ` [PATCH v2 21/27] examples/l3fwd: " Helin Zhang
2014-06-05 5:09 ` [PATCH v2 22/27] examples/load_balancer: " Helin Zhang
2014-06-05 5:09 ` [PATCH v2 23/27] examples/multi_process: " Helin Zhang
2014-06-05 5:09 ` [PATCH v2 24/27] examples/qos_meter: " Helin Zhang
2014-06-05 5:09 ` [PATCH v2 25/27] igb_uio: add sys files to read/write specific bits in pci config space Helin Zhang
2014-06-05 5:09 ` [PATCH v2 26/27] pci: support reading/writing sys files of 'extended_tag' and 'max_read_request_size' Helin Zhang
2014-06-05 5:09 ` [PATCH v2 27/27] config: add configurations for enabling 'Extended Tag' or resetting 'Max Read Request Size' Helin Zhang
2014-06-05 8:36 ` [PATCH v2 00/27] Add i40e PMD support Zhu, Heqing
2014-06-17 16:27 ` Thomas Monjalon
2014-06-18 8:51 ` Zhang, Helin
[not found] ` <F35DEAC7BCE34641BA9FAC6BCA4A12E70A74457A-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-06-18 9:23 ` Thomas Monjalon
2014-06-19 6:24 ` Zhang, Helin
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=20140605083005.7b1029f8@nehalam.linuxnetplumber.net \
--to=stephen-otpzqlsittunbdjkjebofr2eb7je58tq@public.gmane.org \
--cc=dev-VfR2kkLFssw@public.gmane.org \
--cc=helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
/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.