OpenBSD CVS

CVS log for src/sys/net/Attic/if_aoe.c


[BACK] Up to [local] / src / sys / net

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.4, Tue Oct 7 20:23:32 2014 UTC (9 years, 8 months ago) by tedu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1 lines
FILE REMOVED

remove preliminary AOE (ata over ethernet) support. not finished after
many years and wide spread demand for support never materialized.
time to pack it in.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jul 4 03:18:01 2011 UTC (12 years, 11 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (colored)

there's no way we can use just a single workq task here.  one task for all packets?

Revision 1.2 / (download) - annotate - [select for diffs], Sat Aug 21 06:50:42 2010 UTC (13 years, 9 months ago) by blambert
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.1: +11 -23 lines
Diff to previous 1.1 (colored)

an unchecked-for failure of workq_add_task could lead to an mbuf leak

steal a page from dlg@ and embed a workq_task struct directly in
the aoe_handler struct so that we won't fail when enqueueing a task

while here, create real debugging printfs vice commenting out regular ones,
and kill with fire the excessive number of includes

ok marco@ tedu@

Revision 1.1 / (download) - annotate - [select for diffs], Sun Nov 23 23:44:01 2008 UTC (15 years, 6 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5

softraid support for ata over ethernet (aoe).  this includes a client and
part of a server.  there's no configuration yet, and several other drawbacks,
but it can be hammered into shape.  i haven't moved the code forward in a year,
and marco wants it in the tree to hack on.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.