-
Notifications
You must be signed in to change notification settings - Fork 13
/
prog_data_plane.bib
2137 lines (2000 loc) · 80.6 KB
/
prog_data_plane.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@inproceedings {181902,
author = {Pravin Shinde and Antoine Kaufmann and Timothy Roscoe and Stefan Kaestle},
title = {We Need to Talk About NICs},
booktitle = {The 14th Workshop on Hot Topics in Operating Systems},
year = {2013},
howpublished={USENIX HotOS},
url = {https://www.usenix.org/conference/hotos13/we-need-talk-about-nics},
publisher = {{USENIX}},
}
@inproceedings {234944,
author = {Ming Liu and Simon Peter and Arvind Krishnamurthy and Phitchaya Mangpo Phothilimthana},
title = {E3: Energy-Efficient Microservices on SmartNIC-Accelerated Servers},
booktitle = {2019 {USENIX} Annual Technical Conference ({USENIX} {ATC} 19)},
year = {2019},
isbn = {978-1-939133-03-8},
address = {Renton, WA},
pages = {363--378},
howpublished={USENIX ATC},
url = {https://www.usenix.org/conference/atc19/presentation/liu-ming},
publisher = {{USENIX}},
month = jul,
}
@ARTICLE{6866035,
author={N. {Zilberman} and Y. {Audzevich} and G. A. {Covington} and A. W. {Moore}},
title={NetFPGA SUME: Toward 100 Gbps as Research Commodity},
journal={IEEE Micro},
howpublished={IEEE Micro},
year={2014},
volume={34},
number={5},
pages={32-41},
doi={10.1109/MM.2014.61},
url={https://ieeexplore.ieee.org/document/6866035},
ISSN={0272-1732},
}
@misc{bess,
author="Sangjin Han and Keon Jang and Aurojit Panda and Shoumik Palkar and Dongsu Han and Sylvia Ratnasamy",
title = "SoftNIC: A Software NIC to Augment Hardware",
year={2015},
url = "http://www.eecs.berkeley.edu/Pubs/TechRpts/2015/EECS-2015-155.pdf",
howpublished={unpublished manuscript},
}
@inproceedings {222623,
author = {Phitchaya Mangpo Phothilimthana and Ming Liu and Antoine Kaufmann and Simon Peter and Rastislav Bodik and Thomas Anderson},
title = {Floem: A Programming System for NIC-Accelerated Network Applications},
booktitle = {13th {USENIX} Symposium on Operating Systems Design and Implementation ({OSDI} 18)},
howpublished={USENIX OSDI},
year = {2018},
isbn = {978-1-939133-08-3},
address = {Carlsbad, CA},
pages = {663--679},
url = {https://www.usenix.org/conference/osdi18/presentation/phothilimthana},
publisher = {{USENIX} Association},
}
@inproceedings{Liu:2019:ODA:3341302.3342079,
author = {Liu, Ming and Cui, Tianyi and Schuh, Henry and Krishnamurthy, Arvind and Peter, Simon and Gupta, Karan},
title = {Offloading Distributed Applications Onto SmartNICs Using iPipe},
booktitle = {Proceedings of the ACM Special Interest Group on Data Communication},
series = {SIGCOMM '19},
howpublished={ACM SIGCOMM},
year = {2019},
isbn = {978-1-4503-5956-6},
location = {Beijing, China},
pages = {318--333},
numpages = {16},
url = {http://doi.acm.org/10.1145/3341302.3342079},
doi = {10.1145/3341302.3342079},
acmid = {3342079},
}
@inproceedings{Kumar:2019:PPV:3341302.3342093,
author = {Kumar, Praveen and Dukkipati, Nandita and Lewis, Nathan and Cui, Yi and Wang, Yaogong and Li, Chonggang and Valancius, Valas and Adriaens, Jake and Gribble, Steve and Foster, Nate and Vahdat, Amin},
title = {PicNIC: Predictable Virtualized NIC},
booktitle = {Proceedings of the ACM Special Interest Group on Data Communication},
series = {SIGCOMM '19},
howpublished={ACM SIGCOMM},
year = {2019},
isbn = {978-1-4503-5956-6},
location = {Beijing, China},
pages = {351--366},
numpages = {16},
url = {http://doi.acm.org/10.1145/3341302.3342093},
doi = {10.1145/3341302.3342093},
acmid = {3342093},
publisher = {ACM},
address = {New York, NY, USA},
}
@misc{bess2,
author="Sangjin Han and Keon Jang and Dongsu Han and Aurojit Panda and Saikrishna Edupuganti and Joshua Reich and Sylvia Ratnasamy",
title = "Berkeley Extensible Software Switch",
year={2015},
howpublished={project website},
url = {http://span.cs.berkeley.edu/bess.html},
}
@inproceedings {pfaff:ovs,
author = {Ben Pfaff and Justin Pettit and Teemu Koponen and Ethan Jackson and Andy Zhou and Jarno Rajahalme and Jesse Gross and Alex Wang and Joe Stringer and Pravin Shelar and Keith Amidon and Martin Casado},
title = {The Design and Implementation of Open vSwitch},
booktitle = {USENIX NSDI '15},
howpublished={USENIX NSDI},
series = {USENIX NSDI '15},
year = {2015},
month = {5},
isbn = {978-1-931971-218},
pages = {117--130},
url = {https://www.usenix.org/conference/nsdi15/technical-sessions/presentation/pfaff},
publisher = {USENIX Association},
}
@inproceedings{Sivaraman:domino,
author = {Sivaraman, Anirudh and Cheung, Alvin and Budiu, Mihai and Kim, Changhoon and Alizadeh, Mohammad and Balakrishnan, Hari and Varghese, George and McKeown, Nick and Licking, Steve},
title = {Packet Transactions: High-Level Programming for Line-Rate Switches},
booktitle = {ACM SIGCOMM '16},
howpublished={ACM SIGCOMM},
series = {ACM SIGCOMM '16},
year = {2016},
isbn = {978-1-4503-4193-6},
pages = {15--28},
numpages = {14},
url = {http://doi.acm.org/10.1145/2934872.2934900},
doi = {10.1145/2934872.2934900},
acmid = {2934900},
publisher = {ACM},
}
@inproceedings{mckeown:programmable,
author = {Nick McKeown},
title = {Programmable Forwarding Planes are Here to Stay},
booktitle = {ACM SIGCOMM 2017 The Third Workshop on Networking and Programming Languages (NetPL)},
howpublished={ACM SIGCOMM NetPL},
year = {2017},
url={https://conferences.sigcomm.org/sigcomm/2017/files/program-netpl/01-mckeown.pptx},
}
@inproceedings{Anwer:2010:SPR:1851182.1851206,
author = {Anwer, Muhammad Bilal and Motiwala, Murtaza and Tariq, Mukarram bin and Feamster, Nick},
title = {SwitchBlade: A Platform for Rapid Deployment of Network Protocols on Programmable Hardware},
booktitle = {Proceedings of the ACM SIGCOMM 2010 Conference},
series = {ACM SIGCOMM '10},
howpublished={ACM SIGCOMM},
year = {2010},
isbn = {978-1-4503-0201-2},
location = {New Delhi, India},
pages = {183--194},
numpages = {12},
url = {http://doi.acm.org/10.1145/1851182.1851206},
doi = {10.1145/1851182.1851206},
acmid = {1851206},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {NetFPGA, network virtualization},
}
@inproceedings{bosshart:rmt,
author = {Bosshart, Pat and Gibb, Glen and Kim, Hun-Seok and Varghese, George and McKeown, Nick and Izzard, Martin and Mujica, Fernando and Horowitz, Mark},
title = {Forwarding Metamorphosis: Fast Programmable Match-action Processing in Hardware for SDN},
booktitle = {ACM SIGCOMM '13},
howpublished={ACM SIGCOMM},
series = {ACM SIGCOMM '13},
year = {2013},
isbn = {978-1-4503-2056-6},
location = {Hong Kong, China},
pages = {99--110},
numpages = {12},
url = {http://doi.acm.org/10.1145/2486001.2486011},
doi = {10.1145/2486001.2486011},
acmid = {2486011},
publisher = {ACM},
keywords = {reconfigurable match tables, rmt model, sdn},
}
@inproceedings {lavanya:compiling,
author = {Lavanya Jose and Lisa Yan and George Varghese and Nick McKeown},
title = {Compiling Packet Programs to Reconfigurable Switches},
booktitle = {12th USENIX Symposium on Networked Systems Design and Implementation (NSDI 15)},
series = {USENIX NSDI '15},
howpublished={USENIX NSDI},
year = {2015},
month = {5},
isbn = {978-1-931971-218},
pages = {103--115},
url = {https://www.usenix.org/conference/nsdi15/technical-sessions/presentation/jose},
publisher = {USENIX Association},
}
@inproceedings{Han:2010:PGS:1851182.1851207,
author = {Han, Sangjin and Jang, Keon and Park, KyoungSoo and Moon, Sue},
title = {PacketShader: A GPU-accelerated Software Router},
booktitle = {Proceedings of the ACM SIGCOMM 2010 Conference},
series = {ACM SIGCOMM '10},
howpublished={ACM SIGCOMM},
year = {2010},
isbn = {978-1-4503-0201-2},
location = {New Delhi, India},
pages = {195--206},
numpages = {12},
url = {http://doi.acm.org/10.1145/1851182.1851207},
doi = {10.1145/1851182.1851207},
acmid = {1851207},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {CUDA, GPU, software router},
}
@inproceedings{Sun:2013:FFP:2537857.2537861,
author = {Sun, Weibin and Ricci, Robert},
title = {Fast and Flexible: Parallel Packet Processing with GPUs and Click},
booktitle = {Proceedings of the Ninth ACM/IEEE Symposium on Architectures for Networking and Communications Systems},
series = {ANCS '13},
howpublished={IEEE/ACM ANCS},
year = {2013},
isbn = {978-1-4799-1640-5},
location = {San Jose, California, USA},
pages = {25--36},
numpages = {12},
url = {https://dl.acm.org/citation.cfm\?id=2537861},
acmid = {2537861},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
keywords = {click, gpu, packet processing},
}
@inproceedings{Pongracz:2013:CSM:2491185.2491204,
author = {Pongrácz, Gergely and Molnár, László and Kis, Zoltán Lajos and Turányi, Zoltán},
title = {Cheap Silicon: A Myth or Reality? Picking the Right Data Plane Hardware for Software Defined Networking},
booktitle = {Proceedings of the Second ACM SIGCOMM Workshop on Hot Topics in Software Defined Networking},
series = {ACM HotSDN '13},
howpublished={ACM HotSDN},
year = {2013},
isbn = {978-1-4503-2178-5},
location = {Hong Kong, China},
pages = {103--108},
numpages = {6},
url = {http://doi.acm.org/10.1145/2491185.2491204},
doi = {10.1145/2491185.2491204},
acmid = {2491204},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {cost, data plane, efficiency, network processor, openflow, performance, power, software defined networking},
}
@article{Greenhalgh:2009:FPR:1517480.1517484,
author = {Greenhalgh, Adam and Huici, Felipe and Hoerdt, Mickael and Papadimitriou, Panagiotis and Handley, Mark and Mathy, Laurent},
title = {Flow Processing and the Rise of Commodity Network Hardware},
journal = {SIGCOMM Comput. Commun. Rev.},
howpublished={SIGCOMM Comput. Commun. Rev.},
issue_date = {April 2009},
volume = {39},
number = {2},
month = mar,
year = {2009},
issn = {0146-4833},
pages = {20--26},
numpages = {7},
url = {http://www.sigcomm.org/sites/default/files/ccr/papers/2009/April/1517480-1517484.pdf},
doi = {10.1145/1517480.1517484},
acmid = {1517484},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {architecture, flow processing, internet, virtualization},
}
@inproceedings{Kalia:2015:RBU:2789770.2789799,
author = {Kalia, Anuj and Zhou, Dong and Kaminsky, Michael and Andersen, David G.},
title = {Raising the Bar for Using GPUs in Software Packet Processing},
booktitle = {Proceedings of the 12th USENIX Conference on Networked Systems Design and Implementation},
series = {USENIX NSDI'15},
howpublished={USENIX NSDI},
year = {2015},
isbn = {978-1-931971-218},
location = {Oakland, CA},
pages = {409--423},
numpages = {15},
url = {https://www.usenix.org/system/files/conference/nsdi15/nsdi15-paper-kalia.pdf},
acmid = {2789799},
publisher = {USENIX Association},
}
@inproceedings{Younghwan:APUNET,
author = {Younghwan Go and Muhammad Asim Jamshed and YoungGyoun Moon and Changho Hwang and KyoungSoo Park},
title = {APUNet: Revitalizing GPU as Packet Processing Accelerator},
booktitle = {14th {USENIX} Symposium on Networked Systems Design and Implementation ({NSDI} 17)},
howpublished={USENIX NSDI},
year = {2017},
isbn = {978-1-931971-37-9},
address = {Boston, MA},
pages = {83--96},
url = {https://www.usenix.org/conference/nsdi17/technical-sessions/presentation/go},
publisher = {{USENIX} Association},
}
@inproceedings {Panda:NetBricks,
author = {Aurojit Panda and Sangjin Han and Keon Jang and Melvin Walls and Sylvia Ratnasamy and Scott Shenker},
title = {NetBricks: Taking the V out of NFV},
booktitle = {12th USENIX Symposium on Operating Systems Design and Implementation (OSDI 16)},
series = {USENIX OSDI'16},
howpublished={USENIX OSDI},
year = {2016},
url = {https://www.usenix.org/system/files/conference/osdi16/osdi16-panda.pdf},
publisher = {USENIX Association},
}
@inproceedings {softflow,
author = {Ethan J. Jackson and Melvin Walls and Aurojit Panda and Justin Pettit and Ben Pfaff and Jarno Rajahalme and Teemu Koponen and Scott Shenker},
title = {SoftFlow: A Middlebox Architecture for Open vSwitch},
booktitle = {2016 USENIX Annual Technical Conference (USENIX ATC 16)},
howpublished={USENIX ATC},
year = {2016},
series = {USENIX ATC'16},
month = {6},
isbn = {978-1-931971-30-0},
pages = {15--28},
url = {https://www.usenix.org/conference/atc16/technical-sessions/presentation/jackson},
publisher = {USENIX Association},
}
@article{mckeown:openflow,
author = {McKeown, Nick and Anderson, Tom and Balakrishnan, Hari and Parulkar, Guru and Peterson, Larry and Rexford, Jennifer and Shenker, Scott and Turner, Jonathan},
title = {OpenFlow: Enabling Innovation in Campus Networks},
journal = {ACM SIGCOMM CCR},
howpublished={ACM SIGCOMM Comput. Commun. Rev.},
issue_date = {April 2008},
volume = {38},
number = {2},
month = {3},
year = {2008},
issn = {0146-4833},
pages = {69--74},
numpages = {6},
url = {http://doi.acm.org/10.1145/1355734.1355746},
doi = {10.1145/1355734.1355746},
acmid = {1355746},
publisher = {ACM},
keywords = {ethernet switch, flow-based, virtualization},
}
@manual{rfc7047,
author = "B. Pfaff and B. Davie (Ed)",
title = "{The Open vSwitch Database Management Protocol}",
organization = "IETF",
note = "{RFC} 7047",
year = 2013
}
@misc{p4runtime,
author = {P4.org},
title={{P4 Runtime}},
note = {\url{https://p4.org/p4-runtime}},
}
@article{roadtosdn,
author = {Feamster, Nick and Rexford, Jennifer and Zegura, Ellen},
title = {The Road to SDN},
journal = {Queue},
howpublished={ACM Queue},
issue_date = {December 2013},
volume = {11},
number = {12},
month = {12},
year = {2013},
issn = {1542-7730},
pages = {20:20--20:40},
articleno = {20},
numpages = {21},
url = {http://doi.acm.org/10.1145/2559899.2560327},
doi = {10.1145/2559899.2560327},
acmid = {2560327},
publisher = {ACM},
}
@ARTICLE{7122247,
author={N. Zilberman and P. M. Watts and C. Rotsos and A. W. Moore},
journal={Proceedings of the IEEE},
howpublished={Proceedings of the IEEE},
title={Reconfigurable Network Systems and Software-Defined Networking},
year={2015},
volume={103},
number={7},
pages={1102-1124},
keywords={software defined networking;telecommunication network management;SDN;dynamic reconfiguration;electronic switching system;network management;photonic transceiver;physical hardware interface;reconfigurable network system;software-defined networking;Field programmable gate arrays;High speed networks;Internet;Reconfigurable architectures;Routing protocols;Technological innovation;Field-programmable gate array (FPGA);reconfigurable devices;software-defined networks;switching fabrics},
doi={10.1109/JPROC.2015.2435732},
url={https://doi.org/10.1109/JPROC.2015.2435732},
ISSN={0018-9219},
month={July},}
@inproceedings{Casado:2007:ETC:1282380.1282382,
author = {Casado, Martin and Freedman, Michael J. and Pettit, Justin and Luo, Jianying and McKeown, Nick and Shenker, Scott},
title = {Ethane: Taking Control of the Enterprise},
booktitle = {Proceedings of the 2007 Conference on Applications, Technologies, Architectures, and Protocols for Computer Communications},
series = {ACM SIGCOMM '07},
howpublished={ACM SIGCOMM},
year = {2007},
isbn = {978-1-59593-713-1},
location = {Kyoto, Japan},
pages = {1--12},
numpages = {12},
url = {http://doi.acm.org/10.1145/1282380.1282382},
doi = {10.1145/1282380.1282382},
acmid = {1282382},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {architecture, management, network, security},
}
@inproceedings{Jain:2013:BEG:2486001.2486019,
author = {Jain, Sushant and Kumar, Alok and Mandal, Subhasree and Ong, Joon and Poutievski, Leon and Singh, Arjun and Venkata, Subbaiah and Wanderer, Jim and Zhou, Junlan and Zhu, Min and Zolla, Jon and H\"{o}lzle, Urs and Stuart, Stephen and Vahdat, Amin},
title = {B4: Experience with a Globally-deployed Software Defined Wan},
booktitle = {Proceedings of the ACM SIGCOMM 2013 Conference on SIGCOMM},
series = {ACM SIGCOMM '13},
howpublished={ACM SIGCOMM},
year = {2013},
isbn = {978-1-4503-2056-6},
location = {Hong Kong, China},
pages = {3--14},
numpages = {12},
url = {http://doi.acm.org/10.1145/2486001.2486019},
doi = {10.1145/2486001.2486019},
acmid = {2486019},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {centralized traffic engineering, openflow, routing, software- defined networking, wide-area networks},
}
@inproceedings{Qazi:2017:HPP:3098822.3098848,
author = {Qazi, Zafar Ayyub and Walls, Melvin and Panda, Aurojit and Sekar, Vyas and Ratnasamy, Sylvia and Shenker, Scott},
title = {A High Performance Packet Core for Next Generation Cellular Networks},
booktitle = {Proceedings of the Conference of the ACM Special Interest Group on Data Communication},
series = {ACM SIGCOMM '17},
howpublished={ACM SIGCOMM},
year = {2017},
isbn = {978-1-4503-4653-5},
location = {Los Angeles, CA, USA},
pages = {348--361},
numpages = {14},
url = {http://doi.acm.org/10.1145/3098822.3098848},
doi = {10.1145/3098822.3098848},
acmid = {3098848},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Cellular Networks, EPC, Network Function},
}
@inproceedings{csikor2018networking,
author = {Csikor, Levente and Toka, L\'{a}szl\'{o} and Szalay, M\'{a}rk and Pongr\'{a}cz, Gergely and Pezaros, Dimitrios P. and R{\'e}tv\'{a}ri, G\'{a}bor},
title = {HARMLESS: Cost-Effective Transitioning to SDN for Small Enterprises},
booktitle = {Proceedings of IFIP Netwoking},
howpublished={IFIP Netwoking},
year = {2018},
url = {http://lendulet.tmit.bme.hu/lendulet_website/wp-content/papercite-data/pdf/csikor2018networking.pdf},
}
@inproceedings {227619,
author = {Dragos Dumitrescu and Radu Stoenescu and Matei Popovici and Lorina Negreanu and Costin Raiciu},
title = {Dataplane equivalence and its applications},
booktitle = {16th {USENIX} Symposium on Networked Systems Design and Implementation ({NSDI} 19)},
howpublished={USENIX NSDI},
year = {2019},
isbn = {978-1-931971-49-2},
address = {Boston, MA},
pages = {683--698},
url = {https://www.usenix.org/conference/nsdi19/presentation/dumitrescu},
publisher = {{USENIX} Association},
}
@inproceedings{fast,
author = {Moshref, Masoud and Bhargava, Apoorv and Gupta, Adhip and Yu, Minlan and Govindan, Ramesh},
title = {Flow-level State Transition As a New Switch Primitive for SDN},
booktitle = {Proceedings of the Third Workshop on Hot Topics in Software Defined Networking},
series = {ACM HotSDN '14},
howpublished={ACM HotSDN},
year = {2014},
isbn = {978-1-4503-2989-7},
location = {Chicago, Illinois, USA},
pages = {61--66},
numpages = {6},
url = {http://doi.acm.org/10.1145/2620728.2620729},
doi = {10.1145/2620728.2620729},
acmid = {2620729},
publisher = {ACM},
keywords = {software-defined network, state machine},
}
@article{openstate,
author = {Bianchi, Giuseppe and Bonola, Marco and Capone, Antonio and Cascone, Carmelo},
title = {OpenState: Programming Platform-independent Stateful Openflow Applications Inside the Switch},
journal = {ACM SIGCOMM CCR},
howpublished={ACM SIGCOMM Comput. Commun. Rev.},
issue_date = {April 2014},
volume = {44},
number = {2},
month = {4},
year = {2014},
issn = {0146-4833},
pages = {44--51},
numpages = {8},
url = {http://doi.acm.org/10.1145/2602204.2602211},
doi = {10.1145/2602204.2602211},
acmid = {2602211},
publisher = {ACM},
keywords = {openflow, programming interfaces, sdn, state machines},
}
@inproceedings{Arashloo:2016:SSN:2934872.2934892,
author = {Arashloo, Mina Tahmasbi and Koral, Yaron and Greenberg, Michael and Rexford, Jennifer and Walker, David},
title = {SNAP: Stateful Network-Wide Abstractions for Packet Processing},
booktitle = {Proceedings of the 2016 ACM SIGCOMM Conference},
series = {ACM SIGCOMM '16},
howpublished={ACM SIGCOMM},
year = {2016},
isbn = {978-1-4503-4193-6},
location = {Florianopolis, Brazil},
pages = {29--43},
numpages = {15},
url = {http://doi.acm.org/10.1145/2934872.2934892},
doi = {10.1145/2934872.2934892},
acmid = {2934892},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Network Programming Language, One Big Switch, Optimization, SNAP, Software Defined Networks, Stateful Packet Processing},
}
@inproceedings {194932,
author = {Junaid Khalid and Aaron Gember-Jacobson and Roney Michael and Anubhavnidhi Abhashkumar and Aditya Akella},
title = {Paving the Way for NFV: Simplifying Middlebox Modifications Using StateAlyzr},
booktitle = {13th {USENIX} Symposium on Networked Systems Design and Implementation ({NSDI} 16)},
howpublished={USENIX NSDI},
year = {2016},
isbn = {978-1-931971-29-4},
address = {Santa Clara, CA},
pages = {239--253},
url = {https://www.usenix.org/conference/nsdi16/technical-sessions/presentation/khalid},
publisher = {{USENIX} Association},
}
@inproceedings {201545,
author = {Murad Kablan and Azzam Alsudais and Eric Keller and Franck Le},
title = {Stateless Network Functions: Breaking the Tight Coupling of State and Processing},
booktitle = {14th {USENIX} Symposium on Networked Systems Design and Implementation ({NSDI} 17)},
howpublished={USENIX NSDI},
year = {2017},
isbn = {978-1-931971-37-9},
address = {Boston, MA},
pages = {97--112},
url = {https://www.usenix.org/conference/nsdi17/technical-sessions/presentation/kablan},
publisher = {{USENIX} Association},
}
@inproceedings{211293,
author = {Shinae Woo and Justine Sherry and Sangjin Han and Sue Moon and Sylvia Ratnasamy and Scott Shenker},
title = {Elastic Scaling of Stateful Network Functions},
booktitle = {15th {USENIX} Symposium on Networked Systems Design and Implementation ({NSDI} 18)},
howpublished={USENIX NSDI},
year = {2018},
isbn = {978-1-931971-43-0},
address = {Renton, WA},
pages = {299--312},
url = {https://www.usenix.org/conference/nsdi18/presentation/woo},
publisher = {{USENIX} Association},
}
@inproceedings {225996,
author = {Salvatore Pontarelli and Roberto Bifulco and Marco Bonola and Carmelo Cascone and Marco Spaziani and Valerio Bruschi and Davide Sanvito and Giuseppe Siracusano and Antonio Capone and Michio Honda and Felipe Huici and Giuseppe Siracusano},
title = {{FlowBlaze}: Stateful Packet Processing in Hardware},
booktitle = {16th {USENIX} Symposium on Networked Systems Design and Implementation ({NSDI} 19)},
howpublished={USENIX NSDI},
year = {2019},
isbn = {978-1-931971-49-2},
address = {Boston, MA},
pages = {531--548},
url = {https://www.usenix.org/conference/nsdi19/presentation/pontarelli},
publisher = {{USENIX} Association},
month = feb,
}
@InProceedings{10.1007/978-3-540-77704-5_11,
author={Verdú, Javier and Nemirovsky, Mario and García, Jorge and Valero,
Mateo},
title="Workload Characterization of Stateful Networking Applications",
booktitle="IEEE High-Performance Computing",
howpublished={IEEE HPC},
url={http://citeseerx.ist.psu.edu/viewdoc/download;jsessionid=ED2CCB19D8967081D9DE927A7AB43614?doi=10.1.1.482.5955&rep=rep1&type=pdf},
year="2008",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="130--141",
isbn="978-3-540-77704-5"
}
@inproceedings{morris:click,
title={The Click modular router},
author={Morris, Robert and Kohler, Eddie and Jannotti, John and Kaashoek, M Frans},
booktitle={ACM Trans. on Computer Systems},
howpublished={ACM Trans. on Computer Systems},
year={2000},
url={https://pdos.csail.mit.edu/papers/click:tocs00/paper.pdf}
}
@inproceedings{Li:2016:CHF:2934872.2934897,
author = {Li, Bojie and Tan, Kun and Luo, Layong (Larry) and Peng, Yanqing and Luo, Renqian and Xu, Ningyi and Xiong, Yongqiang and Cheng, Peng and Chen, Enhong},
title = {ClickNP: Highly Flexible and High Performance Network Processing with Reconfigurable Hardware},
booktitle = {Proceedings of the 2016 ACM SIGCOMM Conference},
series = {ACM SIGCOMM '16},
howpublished={ACM SIGCOMM},
year = {2016},
isbn = {978-1-4503-4193-6},
location = {Florianopolis, Brazil},
pages = {1--14},
numpages = {14},
url = {http://doi.acm.org/10.1145/2934872.2934897},
doi = {10.1145/2934872.2934897},
acmid = {2934897},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Compiler, FPGA, Network Function Virtualization, Reconfigurable Hardware},
}
@inproceedings{clickOS,
author = {Martins, Joao and Ahmed, Mohamed and Raiciu, Costin and Olteanu, Vladimir and Honda, Michio and Bifulco, Roberto and Huici, Felipe},
title = {ClickOS and the Art of Network Function Virtualization},
booktitle = {Proceedings of the 11th USENIX Conference on Networked Systems Design and Implementation},
series = {USENIX NSDI'14},
howpublished={USENIX NSDI},
year = {2014},
isbn = {978-1-931971-09-6},
pages = {459--473},
numpages = {15},
url = {https://www.usenix.org/system/files/conference/nsdi14/nsdi14-paper-martins.pdf},
acmid = {2616491},
publisher = {USENIX Association},
}
@INPROCEEDINGS{5167027,
author={R. Duncan and P. Jungck},
title={packetC: Language for High Performance Packet Processing},
booktitle={2009 11th IEEE International Conference on High Performance Computing and Communications},
howpublished={IEEE HPCC},
year={2009},
pages={450-457},
doi={10.1109/HPCC.2009.89},
url={https://ieeexplore.ieee.org/iel5/5166953/5166954/05167027.pdf},
month={June},
}
@article{bianchi:opp,
author = {Giuseppe Bianchi and
Marco Bonola and
Salvatore Pontarelli and
Davide Sanvito and
Antonio Capone and
Carmelo Cascone},
title = {Open Packet Processor: a programmable architecture for wire speed
platform-independent stateful in-network processing},
journal = {CoRR},
volume = {abs/1605.01977},
year = {2016},
url = {http://arxiv.org/abs/1605.01977},
howpublished={unpublished manuscript},
timestamp = {Wed, 01 Jun 2016 15:51:08 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/corr/BianchiBPSCC16},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{foster:languagesForSDN,
title={Languages for software-defined networks},
author={Foster, Nate and Guha, Arjun and Reitblatt, Mark and Story, Alec and Freedman, Michael J and Katta, Naga Praveen and Monsanto, Christopher and Reich, Joshua and Rexford, Jennifer and Schlesinger, Cole and others},
journal={IEEE Communications Magazine},
howpublished={IEEE Communications Magazine},
volume={51},
number={2},
pages={128--134},
year={2013},
publisher={IEEE},
url={http://frenetic-lang.org/publications/overview-ieeecoms13.pdf}
}
@inproceedings{Anderson:2014:NSF:2535838.2535862,
author = {Anderson, Carolyn Jane and Foster, Nate and Guha, Arjun and Jeannin, Jean-Baptiste and Kozen, Dexter and Schlesinger, Cole and Walker, David},
title = {NetKAT: Semantic Foundations for Networks},
howpublished={ACM POPL},
booktitle = {Proceedings of the 41st ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
series = {POPL '14},
year = {2014},
isbn = {978-1-4503-2544-8},
location = {San Diego, California, USA},
pages = {113--126},
numpages = {14},
acmid = {2535862},
publisher = {ACM},
address = {New York, NY, USA},
url = {http://hdl.handle.net/1813/34445},
}
@inproceedings {180291,
author = {Christopher Monsanto and Joshua Reich and Nate Foster and Jennifer Rexford and David Walker},
title = {Composing Software Defined Networks},
booktitle = {10th {USENIX} Symposium on Networked Systems Design and Implementation ({NSDI} 13)},
howpublished={USENIX NSDI},
year = {2013},
isbn = {978-1-931971-00-3},
address = {Lombard, IL},
pages = {1--13},
url = {https://www.usenix.org/system/files/conference/nsdi13/nsdi13-final232.pdf},
publisher = {{USENIX} Association},
}
@inproceedings{Wang:2017:PRP:3050220.3050234,
author = {Wang, Han and Soul{\'e}, Robert and Dang, Huynh Tu and Lee, Ki Suh and Shrivastav, Vishal and Foster, Nate and Weatherspoon, Hakim},
title = {P4FPGA: A Rapid Prototyping Framework for P4},
booktitle = {Proceedings of the Symposium on SDN Research},
series = {ACM SOSR '17},
howpublished={ACM SOSR},
year = {2017},
isbn = {978-1-4503-4947-5},
location = {Santa Clara, CA, USA},
pages = {122--135},
numpages = {14},
url = {https://www.cs.cornell.edu/~jnfoster/papers/p4fpga.pdf},
doi = {10.1145/3050220.3050234},
acmid = {3050234},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {FPGA, High-level synthesis, P4},
}
@inproceedings{Firestone:2017:VVS:3154630.3154656,
author = {Firestone, Daniel},
title = {VFP: A Virtual Switch Platform for Host Sdn in the Public Cloud},
booktitle = {Proceedings of the 14th USENIX Conference on Networked Systems Design and Implementation},
series = {USENIX NSDI'17},
howpublished={USENIX NSDI},
year = {2017},
isbn = {978-1-931971-37-9},
location = {Boston, MA, USA},
pages = {315--328},
numpages = {14},
url = {https://www.usenix.org/system/files/conference/nsdi17/nsdi17-firestone.pdf},
acmid = {3154656},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@article{voellmy:maple,
title={Maple: simplifying SDN programming using algorithmic policies},
author={Voellmy, Andreas and Wang, Junchang and Yang, Y Richard and Ford, Bryan and Hudak, Paul},
journal={ACM SIGCOMM CCR},
howpublished={ACM SIGCOMM Comput. Commun. Rev.},
volume={43},
number={4},
pages={87--98},
year={2013},
publisher={ACM},
url={https://conferences.sigcomm.org/sigcomm/2013/papers/sigcomm/p87.pdf},
}
@inproceedings{Shahbaz:2016:PPP:2934872.2934886,
author = {Shahbaz, Muhammad and Choi, Sean and Pfaff, Ben and Kim, Changhoon and Feamster, Nick and McKeown, Nick and Rexford, Jennifer},
title = {PISCES: A Programmable, Protocol-Independent Software Switch},
booktitle = {Proceedings of the 2016 ACM SIGCOMM Conference},
series = {ACM SIGCOMM '16},
howpublished={ACM SIGCOMM},
year = {2016},
isbn = {978-1-4503-4193-6},
location = {Florianopolis, Brazil},
pages = {525--538},
numpages = {14},
url = {http://doi.acm.org/10.1145/2934872.2934886},
doi = {10.1145/2934872.2934886},
acmid = {2934886},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Compiler Optimizations, Domain-Specific Languages (DSL), OVS, P4, PISCES, Programmable Data Planes, Software Switch, Software-Defined Networks (SDN)},
}
@inproceedings{retvari:dynamic,
author = {G. Rétvári and L. Molnár and G. Pongrácz and G. Enyedi},
title = {Dynamic Compilation and Optimization of Packet Processing Programs},
booktitle = {ACM SIGCOMM 2017 The Third Workshop on Networking and Programming Languages (NetPL)},
howpublished={ACM SIGCOMM NetPL},
year = {2017},
url = {https://conferences.sigcomm.org/sigcomm/2017/files/program-netpl/sigcomm17netpl-paper4.pdf},
}
@inproceedings{Shahbaz:2015:CIR:2774993.2775000,
author = {Shahbaz, Muhammad and Feamster, Nick},
title = {The Case for an Intermediate Representation for Programmable Data Planes},
booktitle = {Proceedings of the 1st ACM SIGCOMM Symposium on Software Defined Networking Research},
series = {ACM SOSR '15},
howpublished={ACM SOSR},
year = {2015},
isbn = {978-1-4503-3451-8},
location = {Santa Clara, California},
pages = {3:1--3:6},
articleno = {3},
numpages = {6},
url = {http://doi.acm.org/10.1145/2774993.2775000},
doi = {10.1145/2774993.2775000},
acmid = {2775000},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {NetASM, intermediate representation (IR), programmable data planes, software-defined networking (SDN)},
}
@article{bosshart:p4,
title={P4: Programming protocol-independent packet processors},
author={Bosshart, Pat and Daly, Dan and Gibb, Glen and Izzard, Martin and McKeown, Nick and Rexford, Jennifer and Schlesinger, Cole and Talayco, Dan and Vahdat, Amin and Varghese, George and others},
journal={ACM SIGCOMM CCR},
howpublished={ACM SIGCOMM Comput. Commun. Rev.},
volume={44},
number={3},
pages={87--95},
year={2014},
publisher={ACM},
url={http://www.sigcomm.org/sites/default/files/ccr/papers/2014/July/0000000-0000004.pdf},
}
@INPROCEEDINGS{gibb:programmable_parsers,
author={G. Gibb and G. Varghese and M. Horowitz and N. McKeown},
title={Design principles for packet parsers},
booktitle = {Proceedings of the Ninth ACM/IEEE Symposium on Architectures for Networking and Communications Systems},
series = {ANCS '13},
howpublished={IEEE/ACM ANCS},
year={2013},
pages={13-24},
keywords={Abstracts;Application specific integrated circuits;Data mining;Multiprotocol label switching;Program processors;Random access memory;Switches;Design principles;Parsing;Reconfigurable parsers},
doi={10.1109/ANCS.2013.6665172},
url={https://doi.org/10.1109/ANCS.2013.6665172},
month={Oct},
}
@inproceedings{Sivaraman:2016:PPS:2934872.2934899,
author = {Sivaraman, Anirudh and Subramanian, Suvinay and Alizadeh, Mohammad and Chole, Sharad and Chuang, Shang-Tse and Agrawal, Anurag and Balakrishnan, Hari and Edsall, Tom and Katti, Sachin and McKeown, Nick},
title = {Programmable Packet Scheduling at Line Rate},
booktitle = {Proceedings of the 2016 ACM SIGCOMM Conference},
series = {ACM SIGCOMM '16},
howpublished={ACM SIGCOMM},
year = {2016},
isbn = {978-1-4503-4193-6},
location = {Florianopolis, Brazil},
pages = {44--57},
numpages = {14},
url = {http://doi.acm.org/10.1145/2934872.2934899},
doi = {10.1145/2934872.2934899},
acmid = {2934899},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Programmable scheduling, switch hardware},
}
@inproceedings{Song:2013:PFU:2491185.2491190,
author = {Song, Haoyu},
title = {Protocol-oblivious Forwarding: Unleash the Power of SDN Through a Future-proof Forwarding Plane},
booktitle = {Proceedings of the Second ACM SIGCOMM Workshop on Hot Topics in Software Defined Networking},
series = {ACM HotSDN '13},
howpublished={ACM HotSDN},
year = {2013},
isbn = {978-1-4503-2178-5},
location = {Hong Kong, China},
pages = {127--132},
numpages = {6},
url = {http://doi.acm.org/10.1145/2491185.2491190},
doi = {10.1145/2491185.2491190},
acmid = {2491190},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {forwarding plane, openflow, pof, sdn},
}
@article{TCAM3,
author = {Pagiamtzis K. and Ali S.},
title = {Content-addressable memory (CAM) circuits and architectures: A tutorial and survey},
journal = {IEEE Journal of Solid-State Circuits},
howpublished={IEEE Journal of Solid-State Circuits},
volume = {41},
number = {3},
year = {2006},
pages = {712--727},
url={https://www.pagiamtzis.com/pubs/pagiamtzis-jssc2006.pdf},
}
@inproceedings{routebricks,
author = {Dobrescu, M. and Egi, N. and Argyraki, K. and Chun, B. and Fall, K. and Iannaccone, G. and Knies, A. and Manesh, M. and Ratnasamy, S.},
title = {RouteBricks: exploiting parallelism to scale software routers},
booktitle = {ACM SIGOPS},
series = {ACM SOSP '09},
howpublished={ACM SOSP},
year = {2009},
isbn = {978-1-60558-752-3},
location = {Big Sky, Montana, USA},
pages = {15--28},
numpages = {14},
acmid = {1629578},
publisher = {ACM},
url={http://kfall.net/ucbpage/papers/sosp09.pdf},
keywords = {multicore, parallelism, programmability, software router},
}
@inproceedings{Egi:2008:THP:1544012.1544032,
author = {Egi, Norbert and Greenhalgh, Adam and Handley, Mark and Hoerdt, Mickael and Huici, Felipe and Mathy, Laurent},
title = {Towards High Performance Virtual Routers on Commodity Hardware},
booktitle = {Proceedings of the 2008 ACM CoNEXT Conference},
series = {ACM CoNEXT '08},
howpublished={ACM CoNEXT},
year = {2008},
isbn = {978-1-60558-210-8},
location = {Madrid, Spain},
pages = {20:1--20:12},
articleno = {20},
numpages = {12},
url = {http://doi.acm.org/10.1145/1544012.1544032},
doi = {10.1145/1544012.1544032},
acmid = {1544032},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings {194964,
author = {Radhika Mittal and Rachit Agarwal and Sylvia Ratnasamy and Scott Shenker},
title = {Universal Packet Scheduling},
booktitle = {13th {USENIX} Symposium on Networked Systems Design and Implementation ({NSDI} 16)},
howpublished={USENIX NSDI},
year = {2016},
isbn = {978-1-931971-29-4},
address = {Santa Clara, CA},
pages = {501--521},
url = {https://www.usenix.org/conference/nsdi16/technical-sessions/presentation/mittal},
publisher = {{USENIX} Association},
}
@inproceedings{Sivaraman:2013:NSB:2535771.2535796,
author = {Sivaraman, Anirudh and Winstein, Keith and Subramanian, Suvinay and Balakrishnan, Hari},
title = {No Silver Bullet: Extending SDN to the Data Plane},
booktitle = {Proceedings of the Twelfth ACM Workshop on Hot Topics in Networks},
series = {ACM HotNets-XII},
howpublished={ACM HotNets},
year = {2013},
isbn = {978-1-4503-2596-7},
location = {College Park, Maryland},
pages = {19:1--19:7},
articleno = {19},
numpages = {7},
url = {http://doi.acm.org/10.1145/2535771.2535796},
doi = {10.1145/2535771.2535796},
acmid = {2535796},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{Kaufmann:2016:HPP:2954679.2872367,
author = {Kaufmann, Antoine and Peter, SImon and Sharma, Naveen Kr. and Anderson, Thomas and Krishnamurthy, Arvind},
title = {High Performance Packet Processing with FlexNIC},
journal = {SIGPLAN Not.},
howpublished={ACM SIGPLAN Not.},
issue_date = {April 2016},
volume = {51},
number = {4},
month = mar,
year = {2016},
issn = {0362-1340},
pages = {67--81},
numpages = {15},
url = {http://doi.acm.org/10.1145/2954679.2872367},
doi = {10.1145/2954679.2872367},
acmid = {2872367},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {DMA, flexible network processing, match-and-action processing, network interface card},
}
@inproceedings{DeCarli:2009:PFL:1592568.1592593,
author = {De Carli, Lorenzo and Pan, Yi and Kumar, Amit and Estan, Cristian and Sankaralingam, Karthikeyan},
title = {PLUG: Flexible Lookup Modules for Rapid Deployment of New Protocols in High-speed Routers},
booktitle = {Proceedings of the ACM SIGCOMM 2009 Conference on Data Communication},
series = {ACM SIGCOMM '09},
howpublished={ACM SIGCOMM},
year = {2009},
isbn = {978-1-60558-594-9},
location = {Barcelona, Spain},
pages = {207--218},
numpages = {12},
url = {http://doi.acm.org/10.1145/1592568.1592593},
doi = {10.1145/1592568.1592593},
acmid = {1592593},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {dataflow, flexibility, forwarding, high-speed routers, lookup, tiled architectures},
}
@article{Egi:2010:PHP:1672308.1672332,
author = {Egi, Norbert and Greenhalgh, Adam and Handley, Mark and Hoerdt, Mickael and Huici, Felipe and Mathy, Laurent and Papadimitriou, Panagiotis},
title = {A Platform for High Performance and Flexible Virtual Routers on Commodity Hardware},
journal = {ACM SIGCOMM Comput. Commun. Rev.},
howpublished={ACM SIGCOMM Comput. Commun. Rev.},
issue_date = {January 2010},
volume = {40},