From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from stargate.chelsio.com (stargate.chelsio.com [12.32.117.8]) by dpdk.org (Postfix) with ESMTP id ACEC95F25; Fri, 19 Apr 2019 11:53:34 +0200 (CEST) Received: from localhost (scalar.blr.asicdesigners.com [10.193.185.94]) by stargate.chelsio.com (8.13.8/8.13.8) with ESMTP id x3J9rSRP018369; Fri, 19 Apr 2019 02:53:29 -0700 Date: Fri, 19 Apr 2019 15:19:26 +0530 From: Rahul Lakkireddy To: Ferruh Yigit Cc: "dev@dpdk.org" , Nirranjan Kirubaharan , Indranil Choudhury , "stable@dpdk.org" , Kevin Traynor , Luca Boccassi , Yongseok Koh Message-ID: <20190419094925.GA11969@chelsio.com> References: <1555665721-11883-1-git-send-email-rahul.lakkireddy@chelsio.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [dpdk-dev] [PATCH] net/cxgbe: update Chelsio T5/T6 NIC device ids X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Apr 2019 09:53:35 -0000 Hi Ferruh, On Friday, April 04/19/19, 2019 at 15:00:32 +0530, Ferruh Yigit wrote: > On 4/19/2019 10:22 AM, Rahul Lakkireddy wrote: > > Fixes: 04868e5bfddd ("net/cxgbe: add support to run Chelsio T6 cards") > > Why this is a fix, isn't this just adding new device ids? > > > > Cc: stable@dpdk.org > > What about keeping 'stable' tag to request the backport but remove the fix? > It's fixing probe for these new devices. Let me know if this particular case doesn't require the fixes line and I will send v2 with only the stable tag. > > > > Signed-off-by: Rahul Lakkireddy > Thanks, Rahul From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 52F51A00E6 for ; Fri, 19 Apr 2019 11:53:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5C4845F2C; Fri, 19 Apr 2019 11:53:36 +0200 (CEST) Received: from stargate.chelsio.com (stargate.chelsio.com [12.32.117.8]) by dpdk.org (Postfix) with ESMTP id ACEC95F25; Fri, 19 Apr 2019 11:53:34 +0200 (CEST) Received: from localhost (scalar.blr.asicdesigners.com [10.193.185.94]) by stargate.chelsio.com (8.13.8/8.13.8) with ESMTP id x3J9rSRP018369; Fri, 19 Apr 2019 02:53:29 -0700 Date: Fri, 19 Apr 2019 15:19:26 +0530 From: Rahul Lakkireddy To: Ferruh Yigit Cc: "dev@dpdk.org" , Nirranjan Kirubaharan , Indranil Choudhury , "stable@dpdk.org" , Kevin Traynor , Luca Boccassi , Yongseok Koh Message-ID: <20190419094925.GA11969@chelsio.com> References: <1555665721-11883-1-git-send-email-rahul.lakkireddy@chelsio.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [dpdk-dev] [PATCH] net/cxgbe: update Chelsio T5/T6 NIC device ids X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190419094926.3Bph9hVfJ5JY3XByUGYuD4iQ6LFppiOvv3rAfNHbbzw@z> Hi Ferruh, On Friday, April 04/19/19, 2019 at 15:00:32 +0530, Ferruh Yigit wrote: > On 4/19/2019 10:22 AM, Rahul Lakkireddy wrote: > > Fixes: 04868e5bfddd ("net/cxgbe: add support to run Chelsio T6 cards") > > Why this is a fix, isn't this just adding new device ids? > > > > Cc: stable@dpdk.org > > What about keeping 'stable' tag to request the backport but remove the fix? > It's fixing probe for these new devices. Let me know if this particular case doesn't require the fixes line and I will send v2 with only the stable tag. > > > > Signed-off-by: Rahul Lakkireddy > Thanks, Rahul