From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id A1E1D1B397; Tue, 25 Sep 2018 16:51:11 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2018 07:51:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,302,1534834800"; d="scan'208";a="89210364" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.39]) ([10.237.221.39]) by fmsmga002.fm.intel.com with ESMTP; 25 Sep 2018 07:49:29 -0700 To: Rahul Lakkireddy , dev@dpdk.org Cc: martin.weiser@allegro-packets.com, indranil@chelsio.com, nirranjan@chelsio.com, stable@dpdk.org References: <1537805104-17425-1-git-send-email-rahul.lakkireddy@chelsio.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <7c7a2d2c-875f-99a9-9de0-7a504644e284@intel.com> Date: Tue, 25 Sep 2018 15:49:28 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1537805104-17425-1-git-send-email-rahul.lakkireddy@chelsio.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/cxgbe: add missing DEV_RX_OFFLOAD_SCATTER flag X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2018 14:51:12 -0000 On 9/24/2018 5:05 PM, Rahul Lakkireddy wrote: > Scatter Rx is already supported by CXGBE PMD. So, add the missing > DEV_RX_OFFLOAD_SCATTER flag to the list of supported Rx offload > features. > > Also, move the macros for supported list of offload features to > header file. > > Fixes: 436125e64174 ("net/cxgbe: update to Rx/Tx offload API") > Cc: stable@dpdk.org > > Reported-by: Martin Weiser > Signed-off-by: Rahul Lakkireddy Applied to dpdk-next-net/master, thanks.