<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/net/enic/Makefile, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/net/enic/Makefile?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/net/enic/Makefile?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2011-08-11T09:42:06Z</updated>
<entry>
<title>enic: Move the Cisco driver</title>
<updated>2011-08-11T09:42:06Z</updated>
<author>
<name>Jeff Kirsher</name>
<email>jeffrey.t.kirsher@intel.com</email>
</author>
<published>2011-05-14T05:20:35Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=a6a5580c4d90788d67a77c689d3ab22aa5eecfc3'/>
<id>urn:sha1:a6a5580c4d90788d67a77c689d3ab22aa5eecfc3</id>
<content type='text'>
Move the Cisco driver into drivers/net/ethernet/cisco/ and make the
necessary Kconfig and Makefile changes.

CC: Christian Benvenuti &lt;benve@cisco.com&gt;
CC: Vasanthy Kolluri &lt;vkolluri@cisco.com&gt;
CC: Roopa Prabhu &lt;roprabhu@cisco.com&gt;
CC: David Wang &lt;dwang2@cisco.com&gt;
Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;
</content>
</entry>
<entry>
<title>enic: Add support for PORT_REQUEST_PREASSOCIATE_RR</title>
<updated>2011-03-31T04:39:26Z</updated>
<author>
<name>Roopa Prabhu</name>
<email>roprabhu@cisco.com</email>
</author>
<published>2011-03-29T20:36:07Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=b3abfbd2951102f5f5b8fe251a672e5223ac972b'/>
<id>urn:sha1:b3abfbd2951102f5f5b8fe251a672e5223ac972b</id>
<content type='text'>
Current enic code only supports ASSOCIATE and DISASSOCIATE port profile
operations. This patch adds enic support for port profile
PORT_REQUEST_PREASSOCIATE_RR operation. The VIC adapter (8021qbh) is capable
of handling port profile requests done in two steps namely PREASSOCIATE_RR
and ASSOCIATE today. The motivation to support PREASSOCIATE_RR comes mainly
from its use as an optimization during VM migration ie, to do resource
reservation on destination host before resources on source host are released.

PREASSOCIATE_RR is a VDP operation and according to the latest at IEEE,
8021qbh will also need to support VDP commands.

In addition to handling the new PORT_REQUEST_PREASSOCIATE_RR operation
this patch also does the below:
- Introduces handlers for PORT_REQUEST operations
- Moves most of the port profile handling code to new files enic_pp.[ch]
- Uses new fw devcmds for port profile operations

Signed-off-by: Roopa Prabhu &lt;roprabhu@cisco.com&gt;
Signed-off-by: David Wang &lt;dwang2@cisco.com&gt;
Signed-off-by: Christian Benvenuti &lt;benve@cisco.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>enic: Clean up: Organize devcmd wrapper routines</title>
<updated>2011-02-07T19:49:02Z</updated>
<author>
<name>Vasanthy Kolluri</name>
<email>vkolluri@cisco.com</email>
</author>
<published>2011-02-04T16:17:05Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=519874619f642afaf61530b0f4df3cd1e9a319e4'/>
<id>urn:sha1:519874619f642afaf61530b0f4df3cd1e9a319e4</id>
<content type='text'>
Organize the wrapper routines for firmware devcmds into a separate file.

Signed-off-by: Christian Benvenuti &lt;benve@cisco.com&gt;
Signed-off-by: Vasanthy Kolluri &lt;vkolluri@cisco.com&gt;
Signed-off-by: Roopa Prabhu &lt;roprabhu@cisco.com&gt;
Signed-off-by: David Wang &lt;dwang2@cisco.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: Add ndo_{set|get}_vf_port support for enic dynamic vnics</title>
<updated>2010-05-18T05:50:19Z</updated>
<author>
<name>Scott Feldman</name>
<email>scofeldm@cisco.com</email>
</author>
<published>2010-05-18T05:50:19Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=f8bd909183acffad68780b10c1cdf36161cfd5d1'/>
<id>urn:sha1:f8bd909183acffad68780b10c1cdf36161cfd5d1</id>
<content type='text'>
Add enic ndo_{set|get}_vf_port ops to support setting/getting
port-profile for enic dynamic devices.  Enic dynamic devices are just like
normal enic eth devices except dynamic enics require an extra configuration
step to assign a port-profile identifier to the interface before the
interface is useable.  Once a port-profile is assigned, link comes up on the
interface and is ready for I/O.  The port-profile is used to configure the
network port assigned to the interface.  The network port configuration
includes VLAN membership, QoS policies, and port security settings typical
of a data center network.

A dynamic enic initially has a zero-mac address.  Before a port-profile is
assigned, a valid non-zero unicast mac address should be assign to the
dynamic enic interface.

Signed-off-by: Scott Feldman &lt;scofeldm@cisco.com&gt;
Signed-off-by: Roopa Prabhu &lt;roprabhu@cisco.com&gt;
</content>
</entry>
<entry>
<title>enic: add Cisco 10G Ethernet NIC driver</title>
<updated>2008-09-18T15:34:53Z</updated>
<author>
<name>Scott Feldman</name>
<email>scofeldm@cisco.com</email>
</author>
<published>2008-09-15T16:17:11Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=01f2e4ead2c51226ed1283ef6a8388ca6f4cff8f'/>
<id>urn:sha1:01f2e4ead2c51226ed1283ef6a8388ca6f4cff8f</id>
<content type='text'>
Signed-off-by: Scott Feldman &lt;scofeldm@cisco.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
</entry>
</feed>
