From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] net/sfc: add device state check to reta update operation Date: Thu, 5 Oct 2017 01:23:42 +0100 Message-ID: <1467df0d-efea-bf73-b6ca-a7458272b3f2@intel.com> References: <1507102466-16386-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Ivan Malov , stable@dpdk.org To: Andrew Rybchenko , dev@dpdk.org Return-path: In-Reply-To: <1507102466-16386-1-git-send-email-arybchenko@solarflare.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/4/2017 8:34 AM, Andrew Rybchenko wrote: > From: Ivan Malov > > The callback must not attempt to program RSS table to the HW > in non-started state; the new table must be remembered and > applied on the next start > > Fixes: 32bcfb0a50b1 ("net/sfc: update RSS redirection table") > Cc: stable@dpdk.org > > Signed-off-by: Ivan Malov > Signed-off-by: Andrew Rybchenko > Reviewed-by: Andy Moreton Applied to dpdk-next-net/master, thanks.