From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751303AbdAQRZy (ORCPT ); Tue, 17 Jan 2017 12:25:54 -0500 Received: from vps0.lunn.ch ([178.209.37.122]:35921 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751162AbdAQRZn (ORCPT ); Tue, 17 Jan 2017 12:25:43 -0500 Date: Tue, 17 Jan 2017 18:25:41 +0100 From: Andrew Lunn To: Christophe Roullier Cc: Alexandre Torgue , Giuseppe Cavallaro , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] net: ethernet: stmmac: add ARP management Message-ID: <20170117172541.GC9470@lunn.ch> References: <1484672200-7755-1-git-send-email-christophe.roullier@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1484672200-7755-1-git-send-email-christophe.roullier@st.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 17, 2017 at 05:56:40PM +0100, Christophe Roullier wrote: > DWC_ether_qos supports the Address Recognition Resolution not Recognition? > Protocol (ARP) Offload for IPv4 packets. This feature > allows the processing of the IPv4 ARP request packet > in the receive path and generating corresponding ARP > response packet in the transmit path. DWC_ether_qos > generates the ARP reply packets for appropriate ARP > request packets. What about when .ndo_set_mac_address is called? Andrew