From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [PATCH] sctp: add support for busy polling to sctp protocol Date: Fri, 18 Apr 2014 11:39:54 +0200 Message-ID: <5350F2EA.8030003@redhat.com> References: <1397762811-2989-1-git-send-email-nhorman@tuxdriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: linux-sctp@vger.kernel.org, Vlad Yasevich , "David S. Miller" , netdev@vger.kernel.org To: Neil Horman Return-path: Received: from mx1.redhat.com ([209.132.183.28]:11311 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751161AbaDRKZD (ORCPT ); Fri, 18 Apr 2014 06:25:03 -0400 In-Reply-To: <1397762811-2989-1-git-send-email-nhorman@tuxdriver.com> Sender: netdev-owner@vger.kernel.org List-ID: On 04/17/2014 09:26 PM, Neil Horman wrote: > The busy polling socket option adds support for sockets to busy wait on data > arriving on the napi queue from which they have most recently received a frame. > Currently only tcp and udp support this feature, but theres no reason sctp can't > do so as well. Add it in so appliations can take advantage of it > > Signed-off-by: Neil Horman > CC: Vlad Yasevich > CC: "David S. Miller" > CC: Daniel Borkmann > CC: netdev@vger.kernel.org Acked-by: Daniel Borkmann From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Date: Fri, 18 Apr 2014 09:39:54 +0000 Subject: Re: [PATCH] sctp: add support for busy polling to sctp protocol Message-Id: <5350F2EA.8030003@redhat.com> List-Id: References: <1397762811-2989-1-git-send-email-nhorman@tuxdriver.com> In-Reply-To: <1397762811-2989-1-git-send-email-nhorman@tuxdriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Neil Horman Cc: linux-sctp@vger.kernel.org, Vlad Yasevich , "David S. Miller" , netdev@vger.kernel.org On 04/17/2014 09:26 PM, Neil Horman wrote: > The busy polling socket option adds support for sockets to busy wait on data > arriving on the napi queue from which they have most recently received a frame. > Currently only tcp and udp support this feature, but theres no reason sctp can't > do so as well. Add it in so appliations can take advantage of it > > Signed-off-by: Neil Horman > CC: Vlad Yasevich > CC: "David S. Miller" > CC: Daniel Borkmann > CC: netdev@vger.kernel.org Acked-by: Daniel Borkmann