From: "Varghese, Vipin" <vipin.varghese@intel.com>
To: "Rao, Nikhil" <nikhil.rao@intel.com>,
"dev@dpdk.org" <dev@dpdk.org>,
"Jain, Deepak K" <deepak.k.jain@intel.com>
Subject: Re: [dpdk-dev] [PATCH] test/eventdev: update the port id to 16 bit
Date: Tue, 15 May 2018 12:24:58 +0000 [thread overview]
Message-ID: <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D1EB908@BGSMSX101.gar.corp.intel.com> (raw)
In-Reply-To: <d03c1c70-6604-a092-6c9b-1ed482c9bd03@intel.com>
Thanks Nikhil, Have made changes and send a v2 for the same.
> -----Original Message-----
> From: Rao, Nikhil
> Sent: Tuesday, May 15, 2018 3:54 PM
> To: Varghese, Vipin <vipin.varghese@intel.com>; dev@dpdk.org; Jain, Deepak K
> <deepak.k.jain@intel.com>
> Cc: Rao, Nikhil <nikhil.rao@intel.com>
> Subject: Re: [PATCH] test/eventdev: update the port id to 16 bit
>
> On 5/15/2018 9:18 PM, Vipin Varghese wrote:
> > port id in test case is update to unsigned int 16 bit, to prvent
> > compilation faulure when RTE_ETH_MAX port is set more
> ^^^^^^^ ^^^^^^^ ^^^^^^^^^^^^^^^
> prevent failure RTE_MAX_ETHPORTS
> > than 255.
> >
> > Signed-off-by: Vipin Varghese <vipin.varghese@intel.com>
> > ---
> > test/test/test_event_eth_rx_adapter.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/test/test/test_event_eth_rx_adapter.c
> > b/test/test/test_event_eth_rx_adapter.c
> > index ab55398..dee632b 100644
> > --- a/test/test/test_event_eth_rx_adapter.c
> > +++ b/test/test/test_event_eth_rx_adapter.c
> > @@ -107,7 +107,7 @@ port_init(uint8_t port, struct rte_mempool *mp)
> > static int
> > init_ports(int num_ports)
> > {
> > - uint8_t portid;
> > + uint16_t portid;
> > int retval;
> >
> > default_params.mp = rte_pktmbuf_pool_create("packet_pool",
> >
>
> With above changes to commit message.
>
> Acked-by: Nikhil Rao <nikhil.rao@intel.com>
next prev parent reply other threads:[~2018-05-15 12:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-15 15:48 Vipin Varghese
2018-05-15 10:23 ` Rao, Nikhil
2018-05-15 12:24 ` Varghese, Vipin [this message]
2018-05-15 18:06 ` [dpdk-dev] [PATCH v2] " Vipin Varghese
2018-05-20 23:17 ` Thomas Monjalon
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=4C9E0AB70F954A408CC4ADDBF0F8FA7D4D1EB908@BGSMSX101.gar.corp.intel.com \
--to=vipin.varghese@intel.com \
--cc=deepak.k.jain@intel.com \
--cc=dev@dpdk.org \
--cc=nikhil.rao@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).