From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C411DA04AB; Tue, 12 Nov 2019 11:06:50 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ADCED374; Tue, 12 Nov 2019 11:06:49 +0100 (CET) Received: from mail-vs1-f50.google.com (mail-vs1-f50.google.com [209.85.217.50]) by dpdk.org (Postfix) with ESMTP id 7B9ED1F5 for ; Tue, 12 Nov 2019 11:06:48 +0100 (CET) Received: by mail-vs1-f50.google.com with SMTP id m6so10382170vsn.13 for ; Tue, 12 Nov 2019 02:06:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=4hC5Pi5b/fNrCbXu5lbJZuWWScMScl1kLfyzygFnVZk=; b=Vk2dFqS2+XXFq9sxIlZmNODiAPNYPFHP+5rynQtuNJcjR95/VFjcBZsdyNFlsXAD9P MGppJ5/aFaZI6lgti3zi5qQNKe+/OHL2e+JfPAw65Y1Xxxkh27mN3IGx9TxXaYSuDS9v HIy30CNvd2Z6RzeofmKw9bT9LhN3XcEOMOuoIhjt6khnbx7OvLwFzCEp4Fq+HFIHv42C RESHHj/EizLYtW/+KHIwUeOKSqOKM9Bpmt8dx0YxqKHtMbxoKiRN9hfd6bGTZ0082/uH /PTSzvszfpUt6WpgPpjUGLjeFYVIBncRFQMBM7CFiyKOsvTq4HeSiMQpARLC0lgANVZF Whag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=4hC5Pi5b/fNrCbXu5lbJZuWWScMScl1kLfyzygFnVZk=; b=RfaoqINtVcWfdO9dnXGnl/XtcTehDqYhK9r3L16rxv0LT8M9DmnjV3OIboNkdr1jte B3NdJpu6Kawa8Q7FFFS6X25SN7g5/VI88XJ96BOYLhKd+wnisly7d3NhG614gTgyevcN 1Jh6WZYyxmZgI0ParLiW/ptePmMmOZm6e/CToddo9aJuazBoL7pCf4CDaio4F7+mTp05 y8HnmoMTlLFUp3ZSTs5xVV6JvVMV8LeuO/k1N0i9AopAFYQxEDFReQALPyuvJU5jp6Yg XSG+7efLLcYaIJfIIpM3jzDuTatYqFtYykcc4UlaHQkAMyDoxlbgJxQKKwjVEK2A3EB8 ndAA== X-Gm-Message-State: APjAAAWIZ0OYn9I8bwl+AtGVwqflSu6JGkMVKCJcTlRzmmZU+gNuCIeK ZJdPTlw5v/THRgoNNRAGDcqjt3LF7zp1Z6d93d9prD7P3wE= X-Google-Smtp-Source: APXvYqy06RM0pPGzMFF3oD7JN/tceX9dlx4gD7qVHcQXjswXPENvzZmAsJimfWxKnyysdsol0Lv4i3wV/nVqSITd7A0= X-Received: by 2002:a05:6102:309a:: with SMTP id l26mr1021697vsb.176.1573553207545; Tue, 12 Nov 2019 02:06:47 -0800 (PST) MIME-Version: 1.0 From: chetan bhasin Date: Tue, 12 Nov 2019 15:36:36 +0530 Message-ID: To: dev@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Do we support fail_over_mac=1 (active) as dpdk bonding option X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hello Dpdk Champions, We have a scenario where we need to support bonding via the dpdk like the way linux bonding options "fail_over_mac=1". What is the fail_over_mac Bonding Option? In active backup bonding mode, the mac address of the bond interface is typically set to that of the first active slave interface. *active or 1:* The "active" *fail_over_mac policy* indicates that the MAC address of the bond should always be the MAC address of the currently active slave. The MAC address of the slaves is not changed; instead, the MAC address of the bond changes during a failover. Appreciate your response . Thanks, Chetan Bhasin