From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A449B42BF1; Mon, 5 Jun 2023 14:34:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 309A14021F; Mon, 5 Jun 2023 14:34:56 +0200 (CEST) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id D32674003C; Mon, 5 Jun 2023 14:34:53 +0200 (CEST) Received: from kwepemi500017.china.huawei.com (unknown [172.30.72.56]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4QZXxT05j2zqSJF; Mon, 5 Jun 2023 20:30:04 +0800 (CST) Received: from [10.67.103.235] (10.67.103.235) by kwepemi500017.china.huawei.com (7.221.188.110) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23; Mon, 5 Jun 2023 20:34:50 +0800 Subject: Re: [PATCH 1/5] ethdev: support setting and querying rss algorithm To: Ferruh Yigit , Thomas Monjalon , Jie Hai References: <20230315110033.30143-1-liudongdong3@huawei.com> <20230315110033.30143-2-liudongdong3@huawei.com> <16699732.uLZWGnKmhe@thomas> CC: , , , , , From: Dongdong Liu Message-ID: Date: Mon, 5 Jun 2023 20:34:49 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.103.235] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To kwepemi500017.china.huawei.com (7.221.188.110) X-CFilter-Loop: Reflected X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Hi Ferruh On 2023/6/3 4:19, Ferruh Yigit wrote: > On 3/16/2023 1:16 PM, Dongdong Liu wrote: >> Hi Thomas >> On 2023/3/15 21:43, Thomas Monjalon wrote: >>> 15/03/2023 12:00, Dongdong Liu: >>>> From: Jie Hai >>>> --- a/doc/guides/rel_notes/release_23_03.rst >>>> +++ b/doc/guides/rel_notes/release_23_03.rst >>>> -* No ABI change that would break compatibility with 22.11. >>>> - >>>> +* ethdev: Added "func" field to ``rte_eth_rss_conf`` structure for >>>> RSS hash >>>> + algorithm. >>> >>> We cannot break ABI compatibility until 23.11. >> Got it. Thank you for reminding. >> > > Hi Dongdong, > > Please remember to send a deprecation notice for this release. > Deprecation notice should be merged in this release so that it can be > applied in v23.11 Thanks for pointing that. Will do. Thanks, Dongdong > > >> [PATCH 3/5] and [PATCH 4/5] do not relate with this ABI compatibility. >> I will send them separately. >> >> Thanks, >> Dongdong >>> >>> >>> >>> . >>> > > . >