patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Bing Zhao <bingz@nvidia.com>,
	Slava Ovsiienko <viacheslavo@nvidia.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Cc: NBU-Contact-Thomas Monjalon <thomas@monjalon.net>,
	Rani Sharoni <ranish@nvidia.com>,
	"stable@dpdk.org" <stable@dpdk.org>
Subject: Re: [dpdk-stable] [PATCH] ethdev: fix eCPRI header generic data field
Date: Mon, 23 Nov 2020 14:39:26 +0000	[thread overview]
Message-ID: <33c09476-64fc-20ec-6f5e-21cc2a7fe0db@intel.com> (raw)
In-Reply-To: <CY4PR1201MB0072E013ECA94049E76C554BD0FC0@CY4PR1201MB0072.namprd12.prod.outlook.com>

On 11/23/2020 12:46 PM, Bing Zhao wrote:
> Thanks a lot~
> 
>> -----Original Message-----
>> From: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
>> Sent: Monday, November 23, 2020 8:30 PM
>> To: dev@dpdk.org
>> Cc: NBU-Contact-Thomas Monjalon <thomas@monjalon.net>; Rani Sharoni
>> <ranish@nvidia.com>; ferruh.yigit@intel.com; Bing Zhao
>> <bingz@nvidia.com>; stable@dpdk.org
>> Subject: [PATCH] ethdev: fix eCPRI header generic data field
>>
>> There was a typo in eCPRI header definition.
>>
>> Fixes: d164c609e70b ("ethdev: add eCPRI key fields to flow API")
>> Cc: stable@dpdk.org
>>
>> Reported-by: Rani Sharoni <ranish@nvidia.com>
>> Signed-off-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
>> ---
>>   lib/librte_net/rte_ecpri.h | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/lib/librte_net/rte_ecpri.h b/lib/librte_net/rte_ecpri.h
>> index d1c4838..1cbd6d8 100644
>> --- a/lib/librte_net/rte_ecpri.h
>> +++ b/lib/librte_net/rte_ecpri.h
>> @@ -167,7 +167,7 @@ struct rte_ecpri_combined_msg_hdr {
>>   		struct rte_ecpri_msg_iq_data type0;
>>   		struct rte_ecpri_msg_bit_seq type1;
>>   		struct rte_ecpri_msg_rtc_ctrl type2;
>> -		struct rte_ecpri_msg_bit_seq type3;
>> +		struct rte_ecpri_msg_gen_data type3;
>>   		struct rte_ecpri_msg_rm_access type4;
>>   		struct rte_ecpri_msg_delay_measure type5;
>>   		struct rte_ecpri_msg_remote_reset type6;
>> --
>> 1.8.3.1
> 
> Reviewed-by: Bing Zhao <bingz@nvidia.com>
> 

Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

  reply	other threads:[~2020-11-23 14:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-23 12:29 Viacheslav Ovsiienko
2020-11-23 12:46 ` Bing Zhao
2020-11-23 14:39   ` Ferruh Yigit [this message]
2020-11-26  0:15     ` 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=33c09476-64fc-20ec-6f5e-21cc2a7fe0db@intel.com \
    --to=ferruh.yigit@intel.com \
    --cc=bingz@nvidia.com \
    --cc=dev@dpdk.org \
    --cc=ranish@nvidia.com \
    --cc=stable@dpdk.org \
    --cc=thomas@monjalon.net \
    --cc=viacheslavo@nvidia.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).