From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 0A144C5AC for ; Mon, 27 Jul 2015 19:39:24 +0200 (CEST) Received: by wibud3 with SMTP id ud3so126198635wib.0 for ; Mon, 27 Jul 2015 10:39:23 -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:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=yrLa5UC+ARVNn7TCosyNyK3XCBAjkqeysfQtWLPsiuo=; b=Mb1krDwAEn/wl8PMba9g+S3rlevXXkNji8Q6OPuf/ejXQ/taG1rF/nWPZCzty/kDnm VcBg72GE1z171G5MDXBUiSTUv3BC8fJR9g8WdSN4ee+0VwqZ9tgJtig7E1sQaVQPE3j/ Pl+WwwVgemLjEWDnk4a4785+J2mnApGhsw+TzTXFi+CPYTe1bCgZcQ3He0puEXD9lndp Sn3UwMFygLd6qTdtQB+LH3BDbFBPxJdFHMIMbqMX3rgYWEg0NSaVkouPKd84xK3dxU+h nGm/hUyUNvMf/90TQnotZ+yxs5fHs29fTPyLiK4Sn3+XDsiAMt5wIrQxHSbVwxFuW5QZ MKeg== X-Gm-Message-State: ALoCoQnySSWmDKWdhzOeiLwjwfvHYaZWmSmZEAKW2DgmlTdFW7G2F6bfebXh6d/JDH1oOl0Hmt2V X-Received: by 10.194.87.102 with SMTP id w6mr54813190wjz.111.1438018763842; Mon, 27 Jul 2015 10:39:23 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id z9sm14737348wiv.9.2015.07.27.10.39.21 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Jul 2015 10:39:22 -0700 (PDT) From: Thomas Monjalon To: Bernard Iremonger Date: Mon, 27 Jul 2015 19:38:07 +0200 Message-ID: <43585307.xtSbWKSC6y@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1438012477-729-1-git-send-email-bernard.iremonger@intel.com> References: <1438012477-729-1-git-send-email-bernard.iremonger@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v7 0/4] bonding PCI Port Hotplug 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: Mon, 27 Jul 2015 17:39:24 -0000 2015-07-27 16:54, Bernard Iremonger: > Bernard Iremonger (4): > bonding: add support for PCI Port Hotplug > test-pmd: modified testpmd for link_bonding > bonding: free queue memory in close function > testpmd_app_ug: add example of re-attaching bonded port Applied with last mintue fixes