From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id E765B68AF for ; Thu, 24 Oct 2013 10:47:39 +0200 (CEST) Received: by mail-wi0-f174.google.com with SMTP id cb5so8615641wib.7 for ; Thu, 24 Oct 2013 01:48:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:organization:to:subject:date:user-agent:cc :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=YbI6bJTxDh3do8cl+NMUGXUhT4CubxkcMiuyNNwHF7A=; b=Pjoah9X22Zclso0NzZognXn3X9A5dy/x5xBGaBKCsQ4d4qppXs+E10LyvSG3J58L/b H6lGb2jST/TUS9tT5oacHw0QfNwb63AI3WLvH3YP9Ex6LtuIt6AhoPaWYBiTfQQ1xdhR 32oJAlSAKQkxUK+4fLcxTrCoGuL9XhgHRQFFB33palTiDZr6k2e9zYt7LXGFrmt+Rj9c nA59Q373AxNJbKSCe/BoltPx0MWzlOD1u92On4Sj2wr6ckNy98pq4iPeXKjrfZzx7LYK dnLiz5zRF71kzMDha+5pzkaaQU4fqynB1fkb+OI2C9Y+y7khmLlko24CU7TbOfdoJ4jP rEyQ== X-Gm-Message-State: ALoCoQlE3QWLDdKF3rsn/y6okp1byp52Yq15MEgk7fM1Znb9LmaQHoMdNi7oZifeP/ZNNHAhz0S6 X-Received: by 10.180.182.82 with SMTP id ec18mr1131606wic.13.1382604509229; Thu, 24 Oct 2013 01:48:29 -0700 (PDT) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id mw9sm25668086wib.0.2013.10.24.01.48.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 Oct 2013 01:48:28 -0700 (PDT) From: Thomas Monjalon Organization: 6WIND To: jigsaw Date: Thu, 24 Oct 2013 10:48:26 +0200 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <1382364674-27098-1-git-send-email-jigsaw@gmail.com> <201310231119.04536.thomas.monjalon@6wind.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201310241048.26413.thomas.monjalon@6wind.com> Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] ixgbe: query assignment of queues to VF X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 08:47:40 -0000 23/10/2013 14:26, jigsaw : > First of all, where and how should I post the patch to PF driver? You should send your patch to kernel.org via the netdev mailing list: http://vger.kernel.org/vger-lists.html#netdev > And secondly I have only 82599, so I cannot run test for 82598 and > X540. Is it possible that you could test on different NIC? I don't know if I'll have access to 82598 and X540 in the next weeks. Is there anybody else who would like to help with tests ? -- Thomas