add example
This commit is contained in:
parent
db924a2887
commit
979c60b1a6
19 changed files with 283 additions and 0 deletions
49
example/lib.bib
Normal file
49
example/lib.bib
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
@inproceedings{Naffziger2021,
|
||||
doi = {10.1109/isca52012.2021.00014},
|
||||
url = {https://doi.org/10.1109/isca52012.2021.00014},
|
||||
year = {2021},
|
||||
month = jun,
|
||||
publisher = {{IEEE}},
|
||||
author = {Samuel Naffziger and Noah Beck and Thomas Burd and Kevin Lepak and Gabriel H. Loh and Mahesh Subramony and Sean White},
|
||||
title = {Pioneering Chiplet Technology and Design for the {AMD} {EPYC}™ and Ryzen™ Processor Families : Industrial Product},
|
||||
booktitle = {2021 {ACM}/{IEEE} 48th Annual International Symposium on Computer Architecture ({ISCA})}
|
||||
}
|
||||
|
||||
@inproceedings{Naffziger2020,
|
||||
doi = {10.1109/isscc19947.2020.9063103},
|
||||
url = {https://doi.org/10.1109/isscc19947.2020.9063103},
|
||||
year = {2020},
|
||||
month = feb,
|
||||
publisher = {{IEEE}},
|
||||
author = {Samuel Naffziger and Kevin Lepak and Milam Paraschou and Mahesh Subramony},
|
||||
title = {2.2 {AMD} Chiplet Architecture for High-Performance Server and Desktop Products},
|
||||
booktitle = {2020 {IEEE} International Solid- State Circuits Conference - ({ISSCC})}
|
||||
}
|
||||
|
||||
@inproceedings{Emmerich2018,
|
||||
author = {Emmerich, Paul and Pudelko, Maximilian and Bauer, Simon and Carle, Georg},
|
||||
title = {User Space Network Drivers},
|
||||
year = {2018},
|
||||
isbn = {9781450355858},
|
||||
publisher = {Association for Computing Machinery},
|
||||
address = {New York, NY, USA},
|
||||
url = {https://doi.org/10.1145/3232755.3232767},
|
||||
doi = {10.1145/3232755.3232767},
|
||||
abstract = {The rise of user space packet processing frameworks like DPDK and netmap makes low-level code more accessible to developers and researchers. Previously, driver code was hidden in the kernel and rarely modified-or even looked at-by developers working at higher layers. These barriers are gone nowadays, yet developers still treat user space drivers as black-boxes magically accelerating applications. We want to change this: every researcher building network applications should understand the intricacies of the underlying drivers, especially if they impact performance. We present ixy, a user space network driver designed for simplicity and educational purposes. Ixy focuses on the bare essentials of user space packet processing: a packet forwarder including the whole NIC driver uses less than 1000 lines of C code.Our code is available as free and open source under the BSD license at https://github.com/emmericp/ixy.},
|
||||
booktitle = {Proceedings of the Applied Networking Research Workshop},
|
||||
pages = {91–93},
|
||||
numpages = {3},
|
||||
location = {Montreal, QC, Canada},
|
||||
series = {ANRW '18}
|
||||
}
|
||||
|
||||
@inproceedings{Li2014,
|
||||
doi = {10.1145/2670979.2670988},
|
||||
url = {https://doi.org/10.1145/2670979.2670988},
|
||||
year = {2014},
|
||||
month = nov,
|
||||
publisher = {{ACM}},
|
||||
author = {Jialin Li and Naveen Kr. Sharma and Dan R. K. Ports and Steven D. Gribble},
|
||||
title = {Tales of the Tail},
|
||||
booktitle = {Proceedings of the {ACM} Symposium on Cloud Computing}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue