From patchwork Fri Feb 15 22:57:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Gortmaker X-Patchwork-Id: 220892 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 429012C007E for ; Sat, 16 Feb 2013 09:58:34 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752912Ab3BOW6S (ORCPT ); Fri, 15 Feb 2013 17:58:18 -0500 Received: from mail.windriver.com ([147.11.1.11]:60956 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752688Ab3BOW6Q (ORCPT ); Fri, 15 Feb 2013 17:58:16 -0500 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id r1FMvwOb007062 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 15 Feb 2013 14:57:58 -0800 (PST) Received: from yow-pgortmak-d2.corp.ad.wrs.com (128.224.146.165) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.2.318.4; Fri, 15 Feb 2013 14:57:57 -0800 From: Paul Gortmaker To: David Miller CC: , Jon Maloy , Ying Xue , Paul Gortmaker , Neil Horman Subject: [PATCH net-next 0/3] tipc: two cleanups, plus overload respin Date: Fri, 15 Feb 2013 17:57:44 -0500 Message-ID: <1360969067-29956-1-git-send-email-paul.gortmaker@windriver.com> X-Mailer: git-send-email 1.8.1.2 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Two relatively small cleanup patches here, plus a reimplementation of the patch Neil had questions about[1] in the last development cycle. Tested on today's net-next, between 32 and 64 bit x86 machines using the server/client in tipc-utils, as usual. [1] http://patchwork.ozlabs.org/patch/204507/ Thanks, Paul. Cc: Neil Horman --- The following changes since commit d887199dc28c46788b155b234274d5ff41afed8e: tg3: Update version to 3.130 (2013-02-15 14:02:59 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux.git tipc_net-next for you to fetch changes up to 97f8b87e9108485a0b7070645662253561304458: tipc: remove redundant checking for the number of iovecs in a send request (2013-02-15 17:03:32 -0500) ---------------------------------------------------------------- Ying Xue (3): tipc: eliminate duplicated discard_rx_queue routine tipc: byte-based overload control on socket receive queue tipc: remove redundant checking for the number of iovecs in a send request net/tipc/socket.c | 103 +++++++++++++++++++++++------------------------------- 1 file changed, 44 insertions(+), 59 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html