Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755305Ab0LOUOL (ORCPT ); Wed, 15 Dec 2010 15:14:11 -0500 Received: from mga14.intel.com ([143.182.124.37]:5800 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754952Ab0LOUOJ (ORCPT ); Wed, 15 Dec 2010 15:14:09 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.59,350,1288594800"; d="scan'208";a="362217863" From: "Fenghua Yu" To: "David S. Miller" , "Eric Dumazet" , "John Fastabend" , "Xinan Tang" , "Junchang Wang" Cc: "netdev" , "linux-kernel" , Fenghua Yu Subject: [PATCH 0/3] Kernel interfaces for multiqueue aware socket Date: Wed, 15 Dec 2010 12:02:03 -0800 Message-Id: X-Mailer: git-send-email 1.7.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1084 Lines: 26 From: Fenghua Yu This patch set implements a kernel ioctl interfaces for multiqueue aware socket. We hope network applications can use the interfaces to get ride of serialized packet assembling kernel processing and take advantage of multiqueue feature to handle packets in parallel. Fenghua Yu (3): Kernel interfaces for multiqueue aware socket net/packet/af_packet.c: implement multiqueue aware socket in af_apcket drivers/net/ixgbe/ixgbe_main.c: get tx queue mapping specified in socket drivers/net/ixgbe/ixgbe_main.c | 9 +++- include/linux/sockios.h | 7 +++ include/net/sock.h | 18 +++++++ net/core/sock.c | 4 +- net/packet/af_packet.c | 109 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 145 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/