From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [Patch net-next v3] pktgen: support net namespace Date: Tue, 29 Jan 2013 15:18:11 -0500 (EST) Message-ID: <20130129.151811.2254129177456286731.davem@davemloft.net> References: <1359438953-23703-1-git-send-email-amwang@redhat.com> <87txq0h5xf.fsf@xmission.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: amwang@redhat.com, netdev@vger.kernel.org To: ebiederm@xmission.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:59797 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751305Ab3A2USP (ORCPT ); Tue, 29 Jan 2013 15:18:15 -0500 In-Reply-To: <87txq0h5xf.fsf@xmission.com> Sender: netdev-owner@vger.kernel.org List-ID: From: ebiederm@xmission.com (Eric W. Biederman) Date: Mon, 28 Jan 2013 22:14:20 -0800 > Cong Wang writes: > >> From: Cong Wang >> >> v3: make pktgen_threads list per-namespace >> v2: remove a useless check >> >> This patch add net namespace to pktgen, so that >> we can use pktgen in different namespaces. >> >> Cc: Eric W. Biederman >> Cc: David S. Miller >> Signed-off-by: Cong Wang > > This looks like a basic straight forward conversion to me. > > Acked-by: "Eric W. Biederman" Applied, thanks.