From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net-next PATCH 01/12] vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid field Date: Fri, 14 Aug 2009 16:12:36 -0700 (PDT) Message-ID: <20090814.161236.86686048.davem@davemloft.net> References: <20090814223857.1640.26881.stgit@localhost.localdomain> <20090814224106.1640.6910.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:47134 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756232AbZHNXM0 (ORCPT ); Fri, 14 Aug 2009 19:12:26 -0400 In-Reply-To: <20090814224106.1640.6910.stgit@localhost.localdomain> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: jeffrey.t.kirsher@intel.com Cc: netdev@vger.kernel.org, linux-scsi@vger.kernel.org, gospo@redhat.com, vasu.dev@intel.com From: Jeff Kirsher Date: Fri, 14 Aug 2009 15:41:07 -0700 > From: Vasu Dev > > Adds fcoe offload related net_device_ops functions vlan_dev_fcoe_ddp_setup > and vlan_dev_fcoe_ddp_done, their implementation simply calls real eth device > net_device_ops for FCoE DDP setup and done operations. > > Updates VLAN netdev field value for fcoe_ddp_xid from real eth device netdev. > > Above changes are required for fcoe DDP offload working on a VLAN interface. > > Signed-off-by: Vasu Dev > Signed-off-by: Jeff Kirsher Applied.