DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Fan Zhang <roy.fan.zhang@intel.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] app/test/test_table_acl: fill missing field
Date: Fri, 01 Apr 2016 23:00:09 +0200	[thread overview]
Message-ID: <1590586.sc5rf4grtj@xps13> (raw)
In-Reply-To: <1459525207-24554-1-git-send-email-roy.fan.zhang@intel.com>

2016-04-01 16:40, Fan Zhang:
> This patch fills the missing field of ipv4_5tuple structure in acl table
> test.

I still don't understand why it is needed.

>  struct ipv4_5tuple {
> +	uint8_t  ttl;
>  	uint8_t  proto;
> +	uint16_t checksum;
>  	uint32_t ip_src;
>  	uint32_t ip_dst;
>  	uint16_t port_src;

Adding 2 fields to a 5-tuple makes it a 7-tuple.

      reply	other threads:[~2016-04-01 21:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-01 15:40 Fan Zhang
2016-04-01 21:00 ` Thomas Monjalon [this message]

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=1590586.sc5rf4grtj@xps13 \
    --to=thomas.monjalon@6wind.com \
    --cc=dev@dpdk.org \
    --cc=roy.fan.zhang@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).