From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 14AAFC282CE for ; Wed, 22 May 2019 15:00:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E241520881 for ; Wed, 22 May 2019 15:00:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729707AbfEVPAh (ORCPT ); Wed, 22 May 2019 11:00:37 -0400 Received: from stargate.chelsio.com ([12.32.117.8]:46010 "EHLO stargate.chelsio.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727975AbfEVPAh (ORCPT ); Wed, 22 May 2019 11:00:37 -0400 Received: from localhost ([10.193.186.161]) by stargate.chelsio.com (8.13.8/8.13.8) with ESMTP id x4MF0V95031483; Wed, 22 May 2019 08:00:32 -0700 Date: Wed, 22 May 2019 20:30:34 +0530 From: Vishal Kulkarni To: David Miller Cc: "netdev@vger.kernel.org" , Nirranjan Kirubaharan , Indranil Choudhury , dt Subject: Re: [PATCH net-next] cxgb4: Enable hash filter with offload Message-ID: <20190522150033.GB8075@chelsio.com> References: <1558410037-29161-1-git-send-email-vishal@chelsio.com> <20190521.132410.376317891388238361.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190521.132410.376317891388238361.davem@davemloft.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wednesday, May 05/22/19, 2019 at 01:54:10 +0530, David Miller wrote: > From: Vishal Kulkarni > Date: Tue, 21 May 2019 09:10:37 +0530 > > > This patch enables hash filter along with offload > > > > Signed-off-by: Vishal Kulkarni > > This commit message is too terse. > > What is going on here. Why does this change need to made? Why did > you implement it this way? > > Is this a bug fix? If so, target 'net' instead of 'net-next'. Will resend path with modified commit message. -Vishal