DPDK patches and discussions
 help / color / mirror / Atom feed
From: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com>
To: "Jastrzebski, MichalX K" <michalx.k.jastrzebski@intel.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v4 2/2] testpmd: add mode 4 support
Date: Tue, 18 Nov 2014 18:09:04 +0000	[thread overview]
Message-ID: <E115CCD9D858EF4F90C690B0DCB4D8972684C39E@IRSMSX108.ger.corp.intel.com> (raw)
In-Reply-To: <1416328259-23926-3-git-send-email-michalx.k.jastrzebski@intel.com>



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Michal Jastrzebski
> Sent: Tuesday, November 18, 2014 4:31 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v4 2/2] testpmd: add mode 4 support
> 
> From: Pawel Wodkowski <pawelx.wodkowski@intel.com>
> 
> 
> Signed-off-by: Pawel Wodkowski <pawelx.wodkowski@intel.com>
> ---
>  app/test-pmd/cmdline.c      |   28 +++++++++++++++++++++++--
>  app/test-pmd/csumonly.c     |    9 ++++++++
>  app/test-pmd/icmpecho.c     |   17 ++++++++++++++-
>  app/test-pmd/iofwd.c        |    9 ++++++++
>  app/test-pmd/macfwd-retry.c |    9 ++++++++
>  app/test-pmd/macfwd.c       |    9 ++++++++
>  app/test-pmd/macswap.c      |    9 ++++++++
>  app/test-pmd/testpmd.c      |   48
> +++++++++++++++++++++++++++++++++++++------
>  app/test-pmd/testpmd.h      |   11 ++++++++--
>  9 files changed, 138 insertions(+), 11 deletions(-)
> 
> diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c
> index ee8c121..7e7dd36 100644
> --- a/app/test-pmd/cmdline.c
> +++ b/app/test-pmd/cmdline.c
> @@ -41,6 +41,8 @@
>  #include <termios.h>
>  #include <unistd.h>
>  #include <inttypes.h>
> +
> +#include "rte_eth_bond_8023ad.h"

Duplicated include.

>  #ifndef __linux__
>  #ifndef __FreeBSD__
>  #include <net/socket.h>
> @@ -86,6 +88,7 @@
>  #include <rte_pci_dev_ids.h>
>  #ifdef RTE_LIBRTE_PMD_BOND
>  #include <rte_eth_bond.h>
> +#include <rte_eth_bond_8023ad.h>
>  #endif
> 
>  #include "testpmd.h"
> @@ -3327,13 +3330,18 @@ static void
> cmd_show_bonding_config_parsed(void *parsed_result,
>  		__attribute__((unused)) void *data)
>  {
>  	struct cmd_show_bonding_config_result *res = parsed_result;

  reply	other threads:[~2014-11-18 17:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-18 16:30 [dpdk-dev] [PATCH v4 0/2] bond: " Michal Jastrzebski
2014-11-18 16:30 ` [dpdk-dev] [PATCH v4 1/2] bond: add " Michal Jastrzebski
2014-11-18 16:30 ` [dpdk-dev] [PATCH v4 2/2] testpmd: " Michal Jastrzebski
2014-11-18 18:09   ` De Lara Guarch, Pablo [this message]
2014-11-19 14:25   ` De Lara Guarch, Pablo
2014-11-24 16:25 [dpdk-dev] [PATCH v5 0/2] bond: " Michal Jastrzebski
2014-11-24 16:25 ` [dpdk-dev] [PATCH v4 2/2] testpmd: add " Michal Jastrzebski

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=E115CCD9D858EF4F90C690B0DCB4D8972684C39E@IRSMSX108.ger.corp.intel.com \
    --to=pablo.de.lara.guarch@intel.com \
    --cc=dev@dpdk.org \
    --cc=michalx.k.jastrzebski@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).