[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140326.152925.636540498299329092.davem@davemloft.net>
Date: Wed, 26 Mar 2014 15:29:25 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: sathya.perla@...lex.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net-next v3 2/2] be2net: csum, tso and rss steering
offload support for VxLAN
From: Sathya Perla <sathya.perla@...lex.com>
Date: Tue, 25 Mar 2014 19:20:30 +0530
> This patch mainly implements the add/del_vxlan_port() methods by invoking
> the needed FW cmds for supporting VxLAN offloads for Skyhawk-R.
>
> Signed-off-by: Sathya Perla <sathya.perla@...lex.com>
I know Or Gerlitz mentioned sleeping and that's where this workqueue comes
from, but please I'd say to not add this if it's not necessary.
be_cmd_set_profile_config() runs with a BH spinlock held during it's
entirety, it will never sleep.
So please go back to what you were doing in the first revision of this
patch and submit the command synchronously rather than via a workqueue.
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists